From 208b13c1c53c4d742cee51e76662188094e812a2 Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Tue, 8 Dec 2015 18:33:50 +0100 Subject: python-oslo.versionedobjects: added recipe Heat depends on oslo.versionedobjects. Signed-off-by: Josep Puigdemont Signed-off-by: Bruce Ashfield --- .../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 (limited to 'meta-openstack') 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 \ + " -- cgit v1.2.3-54-g00ecf