[meta-virtualization] [meta-cloud-services][fido-kilo][PATCH 38/42] python-oslo.versionedobjects: added recipe

Josep Puigdemont josep.puigdemont at enea.com
Tue Dec 8 09:33:50 PST 2015


Heat depends on oslo.versionedobjects.

Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
---
 .../python/python-oslo.versionedobjects_0.1.1.bb   | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_0.1.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_0.1.1.bb b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_0.1.1.bb
new file mode 100644
index 0000000..77127e6
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_0.1.1.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "A library that provides a generic versioned object model that is RPC-friendly, with inbuilt serialization, field typing, and remotable method calls"
+HOMEPAGE = "http://docs.openstack.org/developer/oslo.versionedobjects/"
+SECTION = "devel/python"
+LICENSE = "Apache-2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
+
+SRC_URI[md5sum] = "11309423d1a08aab4a81a20e2dcca8d5"
+SRC_URI[sha256sum] = "dac8ef3ec789bd3f69f3f974e9f40282a411d804663eefd1ae39721f16a4c2da"
+
+inherit pypi
+
+RDEPENDS_${PN} += " \
+    python-babel \
+    python-fixtures \
+    python-iso8601 \
+    python-mock \
+    python-oslo.concurrency \
+    python-oslo.context \
+    python-oslo.i18n \
+    python-oslo.log \
+    python-oslo.messaging \
+    python-oslo.serialization \
+    python-oslo.utils \
+    python-webob \
+    python-six \
+    "
-- 
2.5.0



More information about the meta-virtualization mailing list