From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 731302A5D for ; Fri, 15 Apr 2016 12:15:14 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 15 Apr 2016 03:15:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,486,1455004800"; d="scan'208";a="945776004" Received: from imail001.iil.intel.com ([10.184.207.12]) by fmsmga001.fm.intel.com with ESMTP; 15 Apr 2016 03:15:12 -0700 Received: from s.iil.intel.com (s.iil.intel.com [143.185.141.92]) by imail001.iil.intel.com with ESMTP id u3FAF9On007399; Fri, 15 Apr 2016 13:15:09 +0300 From: Rami Rosen To: yong.liu@intel.com Cc: dts@dpdk.org, Rami Rosen Date: Fri, 15 Apr 2016 12:13:13 +0300 Message-Id: <1460711593-20885-1-git-send-email-rami.rosen@intel.com> X-Mailer: git-send-email 2.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] doc: Add required rpm to system requirements. X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 10:15:14 -0000 This patch adds python-xlrd rpm, which provides the ability to extract data from Excel spreadsheets, to the list of required rpms. Signed-off-by: Rami Rosen --- doc/dts_gsg/sys_reqs.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/dts_gsg/sys_reqs.rst b/doc/dts_gsg/sys_reqs.rst index bd43aac..4de37e4 100644 --- a/doc/dts_gsg/sys_reqs.rst +++ b/doc/dts_gsg/sys_reqs.rst @@ -59,6 +59,7 @@ Python Module “matplotlib”: this module is used to produce quality 2D test r Python Module “pexpect”: this module provides API to automate interactive SSH sessions. Python Module “docutils”: Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. Python Module “pcapy”: Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables python scripts to capture packets on the network. +Python Module “xlrd”: Xlrd is a Python module that extracts data from Excel spreadsheets. Please see installation instruction as the following: @@ -71,7 +72,7 @@ Please see installation instruction as the following: yum install python-matplotlib yum install python-docutils yum install pcapy - + yum install python-xlrd Setup and configure Scapy ~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.5.0