diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 13:47:05 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 13:55:48 +0200 |
| commit | 873b5a819a87faa77230d77a366dbcc574a78515 (patch) | |
| tree | 6004b8602a6f15d20e1a8c951a848c08b78c7bb9 /meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb | |
| parent | 0dd9a0241c104e3d61c6fd40448bfb14278a51ee (diff) | |
| download | meta-cloud-services-873b5a819a87faa77230d77a366dbcc574a78515.tar.gz | |
python-webtest: Update dependency list
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb | 7 |
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 | ||
| 7 | SRCNAME = "WebTest" | 7 | SRCNAME = "WebTest" |
| 8 | 8 | ||
| 9 | RDEPENDS_${PN} += "python-beautifulsoup4" | 9 | RDEPENDS_${PN} += " \ |
| 10 | python-beautifulsoup4 \ | ||
| 11 | python-six \ | ||
| 12 | python-waitress \ | ||
| 13 | python-webob \ | ||
| 14 | " | ||
| 10 | 15 | ||
| 11 | SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 16 | SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 12 | 17 | ||
