diff options
author | 2015-12-08 18:33:50 +0100 | |
---|---|---|
committer | 2015-12-11 12:11:29 -0500 | |
commit | 208b13c1c53c4d742cee51e76662188094e812a2 (patch) | |
tree | d45f321ff4d6971a84225d7f0bfc2b64e315087b | |
parent | 6ff78ac75b011eed5cdfef00b43bd3895f7f70ed (diff) | |
download | meta-cloud-services-208b13c1c53c4d742cee51e76662188094e812a2.tar.gz meta-cloud-services-208b13c1c53c4d742cee51e76662188094e812a2.tar.bz2 meta-cloud-services-208b13c1c53c4d742cee51e76662188094e812a2.zip |
python-oslo.versionedobjects: added recipe
Heat depends on oslo.versionedobjects.
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_0.1.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
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 00000000..77127e6b --- /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 \ + " |