summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-04-07 16:55:14 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-08 10:36:55 -0400
commit274cf835e275e8ec2f1a4260bd4437b5cdcaed92 (patch)
tree286e4f74852cc1671f9c90d3ec4d7079cc8d6096 /meta-openstack/recipes-devtools
parent4de271d12f7b6841e40d5032efcc4791a98a5602 (diff)
downloadmeta-cloud-services-274cf835e275e8ec2f1a4260bd4437b5cdcaed92.tar.gz
python-oslotest: correct the SRC_URI and add bash to rdepends
- It's updated to 1.4.0 in previous commit but the SRC_URI and checksums are incorrect. - The scripts in python-oslotest needs bash so add it to rdepends to avoid: WARNING: QA Issue: python-oslotest requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb b/meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb
index edb37d8..b3819e4 100644
--- a/meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb
@@ -9,11 +9,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
9PR = "r0" 9PR = "r0"
10SRCNAME = "oslotest" 10SRCNAME = "oslotest"
11 11
12SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-1.0.0.tar.gz \ 12SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
13" 13"
14 14
15SRC_URI[md5sum] = "1f7710e4d38b615990737f813704fd58" 15SRC_URI[md5sum] = "a573e1943869f0841f487cf94a121321"
16SRC_URI[sha256sum] = "cf05f4ff0cbf84ad0b5d1bef7c46d719eaf4408107e65a32a4500cf707d1a1e7" 16SRC_URI[sha256sum] = "4226c044198792da7e14ca76895656e8d6e4b256eab184a6c81477b373e059a6"
17 17
18S = "${WORKDIR}/${SRCNAME}-${PV}" 18S = "${WORKDIR}/${SRCNAME}-${PV}"
19 19
@@ -26,4 +26,5 @@ RDEPENDS_${PN} = "python-fixtures \
26 python-testtools \ 26 python-testtools \
27 python-mock \ 27 python-mock \
28 python-mox \ 28 python-mox \
29 bash \
29" 30"