summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-simplegeneric_0.8.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-simplegeneric_0.8.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-simplegeneric_0.8.1.bb9
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-simplegeneric_0.8.1.bb b/meta-openstack/recipes-devtools/python/python-simplegeneric_0.8.1.bb
index b2b8e1c..35c0555 100644
--- a/meta-openstack/recipes-devtools/python/python-simplegeneric_0.8.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-simplegeneric_0.8.1.bb
@@ -4,14 +4,9 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.txt;md5=2085f2c228ed80422edf70e52e86c34b" 5LIC_FILES_CHKSUM = "file://README.txt;md5=2085f2c228ed80422edf70e52e86c34b"
6 6
7PR = "r0" 7PYPI_PACKAGE_EXT = "zip"
8SRCNAME = "simplegeneric"
9
10SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.zip"
11 8
12SRC_URI[md5sum] = "f9c1fab00fd981be588fc32759f474e3" 9SRC_URI[md5sum] = "f9c1fab00fd981be588fc32759f474e3"
13SRC_URI[sha256sum] = "dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173" 10SRC_URI[sha256sum] = "dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173"
14 11
15S = "${WORKDIR}/${SRCNAME}-${PV}" 12inherit setuptools pypi
16
17inherit setuptools