summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-07 13:47:05 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-07 13:55:48 +0200
commit873b5a819a87faa77230d77a366dbcc574a78515 (patch)
tree6004b8602a6f15d20e1a8c951a848c08b78c7bb9
parent0dd9a0241c104e3d61c6fd40448bfb14278a51ee (diff)
downloadmeta-cloud-services-873b5a819a87faa77230d77a366dbcc574a78515.tar.gz
python-webtest: Update dependency list
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb b/meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb
index 2735306..33998c0 100644
--- a/meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb
+++ b/meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb
@@ -6,7 +6,12 @@ LIC_FILES_CHKSUM = "file://README.rst;md5=7ddcdd3b8e69edc8c5ae7e6bb64f0bc5"
6 6
7SRCNAME = "WebTest" 7SRCNAME = "WebTest"
8 8
9RDEPENDS_${PN} += "python-beautifulsoup4" 9RDEPENDS_${PN} += " \
10 python-beautifulsoup4 \
11 python-six \
12 python-waitress \
13 python-webob \
14 "
10 15
11SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 16SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
12 17