summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb b/meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb
index eaa4c0c..f33e515 100644
--- a/meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb
+++ b/meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb
@@ -7,18 +7,12 @@ SECTION = "devel/python"
7LICENSE = "Apache-2.0" 7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" 8LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
9 9
10PR = "r0" 10PYPI_PACKAGE = "openstack.nose_plugin"
11SRCNAME = "openstack.nose_plugin"
12
13SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
14 "
15 11
16SRC_URI[md5sum] = "0c6547f413db8c66921b110f78132aac" 12SRC_URI[md5sum] = "0c6547f413db8c66921b110f78132aac"
17SRC_URI[sha256sum] = "a28d44dc23de8164d7893da7020404c73c4325b46d5507911f0257c15f613b4f" 13SRC_URI[sha256sum] = "a28d44dc23de8164d7893da7020404c73c4325b46d5507911f0257c15f613b4f"
18 14
19S = "${WORKDIR}/${SRCNAME}-${PV}" 15inherit setuptools pypi
20
21inherit setuptools
22 16
23DEPENDS += " \ 17DEPENDS += " \
24 python-pip \ 18 python-pip \