[meta-virtualization] [PATCH] python-oslotest: correct the SRC_URI and add bash to rdepends

jackie.huang at windriver.com jackie.huang at windriver.com
Tue Apr 7 01:55:14 PDT 2015


From: Jackie Huang <jackie.huang at windriver.com>

- 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 at windriver.com>
---
 meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb | 7 ++++---
 1 file 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"
 PR = "r0"
 SRCNAME = "oslotest"
 
-SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-1.0.0.tar.gz \
+SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
 "
 
-SRC_URI[md5sum] = "1f7710e4d38b615990737f813704fd58"
-SRC_URI[sha256sum] = "cf05f4ff0cbf84ad0b5d1bef7c46d719eaf4408107e65a32a4500cf707d1a1e7"
+SRC_URI[md5sum] = "a573e1943869f0841f487cf94a121321"
+SRC_URI[sha256sum] = "4226c044198792da7e14ca76895656e8d6e4b256eab184a6c81477b373e059a6"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
@@ -26,4 +26,5 @@ RDEPENDS_${PN} = "python-fixtures \
                   python-testtools \
                   python-mock \
                   python-mox \
+                  bash \
 "
-- 
1.9.1



More information about the meta-virtualization mailing list