]> git.proxmox.com Git - ovs.git/blobdiff - Documentation/intro/install/fedora.rst
Require Python 3 and remove support for Python 2.
[ovs.git] / Documentation / intro / install / fedora.rst
index f11d05a01041da134e992ea27dcd0d52a5f21048..6fe1fb5b24684a027907132d969fd6d93411fcc7 100644 (file)
@@ -102,7 +102,7 @@ in which `./configure` was executed:
 
     $ make rpm-fedora
 
-This will create the RPMs `openvswitch`, `python-openvswitch`,
+This will create the RPMs `openvswitch`, `python3-openvswitch`,
 `openvswitch-test`, `openvswitch-devel` and `openvswitch-debuginfo`.
 
 To enable DPDK support in the openvswitch package, the ``--with dpdk`` option
@@ -151,7 +151,7 @@ Refer to the :doc:`/faq/index` for more information about the various Open
 vSwitch datapath options.
 
 In most cases only the `openvswitch` RPM will need to be installed. The
-`python-openvswitch`, `openvswitch-test`, `openvswitch-devel`, and
+`python3-openvswitch`, `openvswitch-test`, `openvswitch-devel`, and
 `openvswitch-debuginfo` RPMs are optional unless required for a specific
 purpose.