summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb
index 42c9b9f..49c637b 100644
--- a/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb
@@ -4,13 +4,7 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2"
6 6
7SRCNAME = "waitress"
8
9SRC_URI = "https://pypi.python.org/packages/78/7d/84d11b96c3f60164dec3bef4a859a03aeae0231aa93f57fbe0d05fa4ff36/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "dda92358a7569669086155923a46e57c" 7SRC_URI[md5sum] = "dda92358a7569669086155923a46e57c"
12SRC_URI[sha256sum] = "2daacaece189ede6a23440afe03bda58089a6207f1d80a1e9497f979dfb741fc" 8SRC_URI[sha256sum] = "2daacaece189ede6a23440afe03bda58089a6207f1d80a1e9497f979dfb741fc"
13 9
14S = "${WORKDIR}/${SRCNAME}-${PV}" 10inherit setuptools pypi
15
16inherit setuptools