python-* package names are deprecated (https://fedoraproject.org/wiki/Packaging:Naming#Python2_binary_package_naming) so use python2-sphinx instead.
CC: Gurucharan Shetty <[email protected]> Fixes: fc9669525f3f ("rhel, fedora: Add python-sphinx as a dependency.") Signed-off-by: Timothy Redaelli <[email protected]> --- 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 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
