Thanks for the patch. LGTM. Acked-by: Yi-Hung Wei <[email protected]>
BTW, I think we can also update the docs in fedora.rst. as the following. --- 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 +- python2 python2-twisted python2-zope-interface python2-six python-sphinx - desktop-file-utils - groff graphviz - procps-ng On Fri, Oct 20, 2017 at 2:27 AM, Gurucharan Shetty <[email protected]> wrote: > Signed-off-by: Gurucharan Shetty <[email protected]> > --- > Documentation/intro/install/rhel.rst | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/Documentation/intro/install/rhel.rst > b/Documentation/intro/install/rhel.rst > index 86c5cf3..b68cb7d 100644 > --- a/Documentation/intro/install/rhel.rst > +++ b/Documentation/intro/install/rhel.rst > @@ -76,7 +76,11 @@ the below command:: > > $ yum install gcc make python-devel openssl-devel kernel-devel graphviz \ > kernel-debug-devel autoconf automake rpm-build redhat-rpm-config \ > - libtool checkpolicy selinux-policy-devel > + libtool checkpolicy selinux-policy-devel python-sphinx > + > +.. note:: > + If python-sphinx package is not available in RHEL, you can install it > + via pip with 'pip install sphinx'. > > .. _rhel-bootstrapping: > > -- > 1.9.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
