diff options
author | Ben Pfaff <blp@ovn.org> | 2019-09-16 12:05:36 -0700 |
---|---|---|
committer | Ben Pfaff <blp@ovn.org> | 2019-09-20 08:34:34 -0700 |
commit | ab4514890587d1d74e1d1c4d8e1c18926ca0642b (patch) | |
tree | 4ee2983446c31f36bfc70cef437532645afb6123 /rhel/openvswitch.spec.in | |
parent | 2a97891eb23b04ceb513ca7a860aafe91fe1555f (diff) | |
download | openvswitch-ab4514890587d1d74e1d1c4d8e1c18926ca0642b.tar.gz |
Recommend Sphinx from Python 3 in documentation and packaging.
Acked-by: Numan Siddique <nusididq@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'rhel/openvswitch.spec.in')
-rw-r--r-- | rhel/openvswitch.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in index c8361f5f2..7f27fedd6 100644 --- a/rhel/openvswitch.spec.in +++ b/rhel/openvswitch.spec.in @@ -37,7 +37,7 @@ BuildRequires: python-six BuildRequires: openssl-devel BuildRequires: checkpolicy, selinux-policy-devel BuildRequires: autoconf, automake, libtool -BuildRequires: python-sphinx +BuildRequires: python3-sphinx BuildRequires: unbound-devel %bcond_without check |