From 873b5a819a87faa77230d77a366dbcc574a78515 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Mon, 7 Aug 2017 13:47:05 +0200 Subject: python-webtest: Update dependency list Signed-off-by: Adrian Dudau --- meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" SRCNAME = "WebTest" -RDEPENDS_${PN} += "python-beautifulsoup4" +RDEPENDS_${PN} += " \ + python-beautifulsoup4 \ + python-six \ + python-waitress \ + python-webob \ + " SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -- cgit v1.2.3-54-g00ecf