[meta-virtualization] [meta-cloud-services][fido-kilo][PATCH 09/40] python-oslo.concurrency: updated to 1.8.2 (kilo)

Josep Puigdemont josep.puigdemont at enea.com
Wed Dec 2 08:32:15 PST 2015


Updated to latest kilo version, added dependencies.

Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
---
 ...ncurrency_1.5.0.bb => python-oslo.concurrency_1.8.2.bb} | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-oslo.concurrency_1.5.0.bb => python-oslo.concurrency_1.8.2.bb} (61%)

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.5.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.8.2.bb
similarity index 61%
rename from meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.5.0.bb
rename to meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.8.2.bb
index bdd3559..aaed290 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.5.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.8.2.bb
@@ -4,13 +4,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-PR = "r0"
-
 SRCNAME = "oslo.concurrency"
 SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "83baf51766c3acf9929223762689ebfd"
-SRC_URI[sha256sum] = "89b62c029f0ecfcc92da22277e93fbe74363d459208bf62d2c9e7a3da0019e83"
+SRC_URI[md5sum] = "1ba5ae8bdbb9c12c1b6baa8e3d400b7f"
+SRC_URI[sha256sum] = "149f4c972916f14c14c97d7be7b92ba59497c1bbd09c114ee3681bef0773daca"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
@@ -25,5 +23,13 @@ DEPENDS += " \
 
 # RDEPENDS_default: 
 RDEPENDS_${PN} += " \
+        python-babel \
+        python-fixtures \
+        python-iso8601 \
+        python-oslo.i18n \
+        python-oslo.utils \
         python-pbr \
+        python-posix-ipc \
+        python-retrying \
+        python-six \
         "
-- 
2.1.0



More information about the meta-virtualization mailing list