summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb9
1 files changed, 1 insertions, 8 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb b/meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb
index c90062e..fe8dbb1 100644
--- a/meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb
+++ b/meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb
@@ -4,14 +4,7 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README;md5=038679cd2cf27bb2acc70257bfee0f41" 5LIC_FILES_CHKSUM = "file://README;md5=038679cd2cf27bb2acc70257bfee0f41"
6 6
7PR = "r0"
8SRCNAME = "testresources"
9
10SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "db2e774be2a6f5754cbbf4c537f823d0" 7SRC_URI[md5sum] = "db2e774be2a6f5754cbbf4c537f823d0"
13SRC_URI[sha256sum] = "ad0a117383dd463827b199eaa92829b4d6a3147fbd97459820df53bae81d7231" 8SRC_URI[sha256sum] = "ad0a117383dd463827b199eaa92829b4d6a3147fbd97459820df53bae81d7231"
14 9
15S = "${WORKDIR}/${SRCNAME}-${PV}" 10inherit setuptools pypi
16
17inherit setuptools