From 11f5c03d128f8f10d889db56baf46c07335a1799 Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Sat, 25 Jan 2020 23:00:47 +0100 Subject: [PATCH] doc: Update RedHat packaging description to use Python 3 Signed-off-by: Martin Winter --- doc/developer/packaging-redhat.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/developer/packaging-redhat.rst b/doc/developer/packaging-redhat.rst index d9c4c5bf0c..458cfa0ad4 100644 --- a/doc/developer/packaging-redhat.rst +++ b/doc/developer/packaging-redhat.rst @@ -22,6 +22,11 @@ Tested on CentOS 6, CentOS 7, CentOS 8 and Fedora 24. yum install systemd-devel + For CentOS 7 and CentOS 8, the package will be built using python3 + and requires additional python3 packages:: + + yum install python3-devel python3-sphinx + .. note:: For CentOS 8 you need to install ``platform-python-devel`` package @@ -29,13 +34,6 @@ Tested on CentOS 6, CentOS 7, CentOS 8 and Fedora 24. yum install platform-python-devel - .. warning:: - - ``python2-sphinx`` is not shipped for CentOS 8. - Development reached the end of life for Python 2. - We need to install it using ```pip``:: - - pip2 install sphinx If ``yum`` is not present on your system, use ``dnf`` instead. -- 2.39.5