summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2021-11-23 15:50:01 +0200
committerMichal Domonkos <mdomonko@redhat.com>2022-07-01 10:52:14 +0200
commit9ad4154300931ebf2c5894889120a7b68f101a00 (patch)
tree24e945e9b89c118af502d3b5405830f43db17da1
parentf7d4156eebf565ea34d92cd369ac923e5e1ee9db (diff)
downloadrpm-9ad4154300931ebf2c5894889120a7b68f101a00.tar.gz
Update INSTALL to reflect dropped Python 2 support
Should've been in commit 67f8f2b01d00f03f2d6c072fb2697d3860abe47b (cherry picked from commit 8338fe60ebc49fc0334f754e2a7ef165ddbd4f05)
-rw-r--r--INSTALL6
1 files changed, 1 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 8715c5df7..358e5ae0d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -65,11 +65,7 @@ These are available from
If you want to build the Python bindings to RPM library, it can be enabled
with --enable-python option to configure. You'll need to have Python >= 3.1
-runtime and C API development environment installed. Python 2.7 support
-is deprecated and will be removed in a future release but for now, you
-can still build for it by passing the Python 2 interpreter name as PYTHON
-on the configure line, eg
- ./configure PYTHON=python2
+runtime and C API development environment installed.
Python is available from:
http://www.python.org/