From patchwork Fri Oct 20 07:39:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gurucharan Shetty X-Patchwork-Id: 828762 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yJYmj5JcSz9ryT for ; Sat, 21 Oct 2017 05:12:36 +1100 (AEDT) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 4F749AEF; Fri, 20 Oct 2017 18:11:27 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 8EDC9ABA for ; Fri, 20 Oct 2017 18:11:26 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-pf0-f196.google.com (mail-pf0-f196.google.com [209.85.192.196]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 2C6FE4CC for ; Fri, 20 Oct 2017 18:11:26 +0000 (UTC) Received: by mail-pf0-f196.google.com with SMTP id z11so12124341pfk.4 for ; Fri, 20 Oct 2017 11:11:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=nUU794K+Dbq+vi83erLsZ79ayEJ6r4yWiFPdOB3dD/g=; b=qE66fR3g2N/qmpAycpcdUG+DA/OBT4qwmSFrhadFvC0Ybtv4wkVRQ7rshcAUKA7t5r vg0FzY/5EbSvN0g6ILPD1cYjtxTV3MLJvqPWOuvks7XoSin7W658qGyD3aRhtMXDUL+I a4NGBmFI9QvmezFB7GHPK095ThFKdvzwSbfRCkIk1uvMw5Xki37zwsW0FNAvQEifz+xD FJNcOdnhkNEwB54lnR/YNb7MUe6QRjTyKbn/lVYgfspiM87kKFXFmx70/8GzZSt/jtUl R19YVWqplWZdS2PLsKNVujhO3TTJU375p6/5q9A/Pc+0ozc8rDo5XGKxT5YpHojabeIc 5EVA== X-Gm-Message-State: AMCzsaVZ1jh4UL8UrgGfQ0ejP5vAgJStVxMgTSFplJCsDmtNgUJDITsN IrT1DKzEG0WpzPr0zhp8I9Vr+w== X-Google-Smtp-Source: ABhQp+QEReYKSNaMfC9dFe4HzQNrrAImAFpqvRZndmqvfYw6wRrJytTFDThDSHxtbNexTdIE8OfSTg== X-Received: by 10.99.152.68 with SMTP id l4mr5197861pgo.443.1508523085554; Fri, 20 Oct 2017 11:11:25 -0700 (PDT) Received: from ubuntu.eng.vmware.com ([208.91.1.34]) by smtp.gmail.com with ESMTPSA id 68sm2820120pfo.24.2017.10.20.11.11.24 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 Oct 2017 11:11:24 -0700 (PDT) From: Gurucharan Shetty To: dev@openvswitch.org Date: Fri, 20 Oct 2017 00:39:10 -0700 Message-Id: <1508485150-7188-1-git-send-email-guru@ovn.org> X-Mailer: git-send-email 1.9.1 X-Spam-Status: No, score=1.6 required=5.0 tests=DATE_IN_PAST_06_12, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM autolearn=disabled version=3.3.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH] rhel.rst: Add python-sphinx as a dependency. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Signed-off-by: Gurucharan Shetty --- Documentation/intro/install/rhel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/intro/install/rhel.rst b/Documentation/intro/install/rhel.rst index 86c5cf3..aff6ccf 100644 --- a/Documentation/intro/install/rhel.rst +++ b/Documentation/intro/install/rhel.rst @@ -76,7 +76,7 @@ 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 .. _rhel-bootstrapping: