summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb9
1 files changed, 1 insertions, 8 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb b/meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb
index a777b31..18971d6 100644
--- a/meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb
@@ -4,17 +4,10 @@ SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://BSD;md5=0805e4f024d089a52dca0671a65b8b66" 5LIC_FILES_CHKSUM = "file://BSD;md5=0805e4f024d089a52dca0671a65b8b66"
6 6
7PR = "r0"
8
9SRCNAME = "testscenarios"
10SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "859073d9e7b049aee2e6704c51f6001a" 7SRC_URI[md5sum] = "859073d9e7b049aee2e6704c51f6001a"
13SRC_URI[sha256sum] = "c257cb6b90ea7e6f8fef3158121d430543412c9a87df30b5dde6ec8b9b57a2b6" 8SRC_URI[sha256sum] = "c257cb6b90ea7e6f8fef3158121d430543412c9a87df30b5dde6ec8b9b57a2b6"
14 9
15S = "${WORKDIR}/${SRCNAME}-${PV}" 10inherit setuptools pypi
16
17inherit setuptools
18 11
19DEPENDS += "\ 12DEPENDS += "\
20 python-pbr \ 13 python-pbr \