diff options
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 | ||
