summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-testrepository_0.0.20.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-testrepository_0.0.20.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-testrepository_0.0.20.bb9
1 files changed, 1 insertions, 8 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testrepository_0.0.20.bb b/meta-openstack/recipes-devtools/python/python-testrepository_0.0.20.bb
index edb6fe8..79be868 100644
--- a/meta-openstack/recipes-devtools/python/python-testrepository_0.0.20.bb
+++ b/meta-openstack/recipes-devtools/python/python-testrepository_0.0.20.bb
@@ -4,17 +4,10 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8" 5LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8"
6 6
7SRCNAME = "testrepository"
8
9SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "f648b0aceeca4fcd5f8a62eeedea289b" 7SRC_URI[md5sum] = "f648b0aceeca4fcd5f8a62eeedea289b"
12SRC_URI[sha256sum] = "752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb" 8SRC_URI[sha256sum] = "752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb"
13 9
14 10inherit setuptools pypi
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18 11
19RDEPENDS_${PN} += "python-subunit \ 12RDEPENDS_${PN} += "python-subunit \
20 python-extras \ 13 python-extras \