summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2023-03-26 13:10:45 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-03-26 17:08:44 +0200
commit684a6cc2222f7efa72478173d7417994b13fe28a (patch)
tree30ba15d6d43d198fd4759c208ebf0b60481b7f7d
parentf95161fccd7cd2c2bce579001c5708f03ce000e1 (diff)
downloadpython-systemd-684a6cc2222f7efa72478173d7417994b13fe28a.tar.gz
README: stop mentioning Python 2 build dependencies
Python 2 support was fully dropped in 802c8dcaa3096719be0a1c12 so it can be a bit confusing to advertise Python 2 build dependencies in the README.
-rw-r--r--README.md13
1 files changed, 2 insertions, 11 deletions
diff --git a/README.md b/README.md
index 6549263..91809ea 100644
--- a/README.md
+++ b/README.md
@@ -41,21 +41,12 @@ The project is also available on pypi as `systemd-python`:
To build from source
--------------------
-On CentOS, RHEL, and Fedora with Python 2:
-
- dnf install git python-pip gcc python-devel systemd-devel
- pip install 'git+https://github.com/systemd/python-systemd.git#egg=systemd-python'
-
-On Fedora with Python 3:
+On CentOS, RHEL, and Fedora:
dnf install git python3-pip gcc python3-devel systemd-devel
pip3 install 'git+https://github.com/systemd/python-systemd.git#egg=systemd-python'
-On Debian or Ubuntu with Python 2:
-
- apt install libsystemd-{journal,daemon,login,id128}-dev gcc python-dev pkg-config
-
-On Debian or Ubuntu with Python 3:
+On Debian or Ubuntu:
apt install libsystemd-{journal,daemon,login,id128}-dev gcc python3-dev pkg-config