]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Update RedHat packaging description to use Python 3 5736/head
authorMartin Winter <mwinter@opensourcerouting.org>
Sat, 25 Jan 2020 22:00:47 +0000 (23:00 +0100)
committerMartin Winter <mwinter@opensourcerouting.org>
Tue, 28 Jan 2020 15:24:36 +0000 (16:24 +0100)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
doc/developer/packaging-redhat.rst

index d9c4c5bf0c15245d4082feb0f9b9fe23f25eb9f7..458cfa0ad47d45d3b1ad4c71ac7a2d85be636965 100644 (file)
@@ -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.