Skip to content

Commit 684a6cc

Browse files
jellykeszybz
authored andcommitted
README: stop mentioning Python 2 build dependencies
Python 2 support was fully dropped in 802c8dc so it can be a bit confusing to advertise Python 2 build dependencies in the README.
1 parent f95161f commit 684a6cc

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,12 @@ The project is also available on pypi as `systemd-python`:
4141
To build from source
4242
--------------------
4343

44-
On CentOS, RHEL, and Fedora with Python 2:
45-
46-
dnf install git python-pip gcc python-devel systemd-devel
47-
pip install 'git+https://github.com/systemd/python-systemd.git#egg=systemd-python'
48-
49-
On Fedora with Python 3:
44+
On CentOS, RHEL, and Fedora:
5045

5146
dnf install git python3-pip gcc python3-devel systemd-devel
5247
pip3 install 'git+https://github.com/systemd/python-systemd.git#egg=systemd-python'
5348

54-
On Debian or Ubuntu with Python 2:
55-
56-
apt install libsystemd-{journal,daemon,login,id128}-dev gcc python-dev pkg-config
57-
58-
On Debian or Ubuntu with Python 3:
49+
On Debian or Ubuntu:
5950

6051
apt install libsystemd-{journal,daemon,login,id128}-dev gcc python3-dev pkg-config
6152

0 commit comments

Comments
 (0)