[ovs-dev] [PATCH] fedora: Use python2-sphinx as dependency instead of python-sphinx

Timothy Redaelli tredaelli at redhat.com
Fri Oct 27 12:03:15 UTC 2017


python-* package names are deprecated
(https://fedoraproject.org/wiki/Packaging:Naming#Python2_binary_package_naming)
so use python2-sphinx instead.

CC: Gurucharan Shetty <guru at ovn.org>
Fixes: fc9669525f3f ("rhel, fedora: Add python-sphinx as a dependency.")
Signed-off-by: Timothy Redaelli <tredaelli at redhat.com>
---
 Documentation/intro/install/fedora.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/intro/install/fedora.rst b/Documentation/intro/install/fedora.rst
index 8679f513e..3119bd9aa 100644
--- a/Documentation/intro/install/fedora.rst
+++ b/Documentation/intro/install/fedora.rst
@@ -43,7 +43,7 @@ in the :doc:`general`. Specific packages (by package name) include:
 - autoconf automake libtool
 - systemd-units openssl openssl-devel
 - python2-devel python3-devel
-- python2 python2-twisted python2-zope-interface python2-six python-sphinx
+- python2 python2-twisted python2-zope-interface python2-six python2-sphinx
 - desktop-file-utils
 - groff graphviz
 - procps-ng
-- 
2.13.6



More information about the dev mailing list