summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-webtest_2.0.18.bb (renamed from meta-openstack/recipes-devtools/python/python-webtest_2.0.9.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-webtest_2.0.9.bb b/meta-openstack/recipes-devtools/python/python-webtest_2.0.18.bb
index 724607e..314cf4c 100644
--- a/meta-openstack/recipes-devtools/python/python-webtest_2.0.9.bb
+++ b/meta-openstack/recipes-devtools/python/python-webtest_2.0.18.bb
@@ -4,15 +4,14 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;md5=7ddcdd3b8e69edc8c5ae7e6bb64f0bc5" 5LIC_FILES_CHKSUM = "file://README.rst;md5=7ddcdd3b8e69edc8c5ae7e6bb64f0bc5"
6 6
7PR = "r0"
8SRCNAME = "WebTest" 7SRCNAME = "WebTest"
9 8
10RDEPENDS_${PN} += "python-beautifulsoup4" 9RDEPENDS_${PN} += "python-beautifulsoup4"
11 10
12SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.zip" 11SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.zip"
13 12
14SRC_URI[md5sum] = "bf0a04fcf8b2cdcaa13b04324cefb53d" 13SRC_URI[md5sum] = "444a4160408670a50d7cb149a4035cf5"
15SRC_URI[sha256sum] = "749f527b39893b1757abd0e6814bde811eb25a6cf42538585c971afdb9030dad" 14SRC_URI[sha256sum] = "beb569e6d707cb4cd82c226c97b7e1f41cd62bae656d89e687107eef8376c7fd"
16 15
17S = "${WORKDIR}/${SRCNAME}-${PV}" 16S = "${WORKDIR}/${SRCNAME}-${PV}"
18 17