summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb b/meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb
index 5fd4f5a..dab1c59 100644
--- a/meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb
+++ b/meta-openstack/recipes-devtools/python/python3-webtest_2.0.35.bb
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://README.rst;md5=e3e00192f000e33de99fd5a3cb32a8fc"
6 6
7PYPI_PACKAGE = "WebTest" 7PYPI_PACKAGE = "WebTest"
8 8
9RDEPENDS_${PN} += "${PYTHON_PN}-beautifulsoup4" 9RDEPENDS:${PN} += "${PYTHON_PN}-beautifulsoup4"
10 10
11SRC_URI[md5sum] = "a5d027ffa0991fdf20e305c62bd37791" 11SRC_URI[md5sum] = "a5d027ffa0991fdf20e305c62bd37791"
12SRC_URI[sha256sum] = "aac168b5b2b4f200af4e35867cf316712210e3d5db81c1cbdff38722647bb087" 12SRC_URI[sha256sum] = "aac168b5b2b4f200af4e35867cf316712210e3d5db81c1cbdff38722647bb087"
13 13
14RDEPENDS_${PN} += " \ 14RDEPENDS:${PN} += " \
15 python3-html \ 15 python3-html \
16 python3-logging \ 16 python3-logging \
17 python3-webob \ 17 python3-webob \