diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-08 18:33:50 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-11 12:11:29 -0500 |
| commit | 208b13c1c53c4d742cee51e76662188094e812a2 (patch) | |
| tree | d45f321ff4d6971a84225d7f0bfc2b64e315087b /meta-openstack | |
| parent | 6ff78ac75b011eed5cdfef00b43bd3895f7f70ed (diff) | |
| download | meta-cloud-services-208b13c1c53c4d742cee51e76662188094e812a2.tar.gz | |
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>
Diffstat (limited to 'meta-openstack')
| -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 0000000..77127e6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_0.1.1.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "A library that provides a generic versioned object model that is RPC-friendly, with inbuilt serialization, field typing, and remotable method calls" | ||
| 2 | HOMEPAGE = "http://docs.openstack.org/developer/oslo.versionedobjects/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "11309423d1a08aab4a81a20e2dcca8d5" | ||
| 8 | SRC_URI[sha256sum] = "dac8ef3ec789bd3f69f3f974e9f40282a411d804663eefd1ae39721f16a4c2da" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | python-babel \ | ||
| 14 | python-fixtures \ | ||
| 15 | python-iso8601 \ | ||
| 16 | python-mock \ | ||
| 17 | python-oslo.concurrency \ | ||
| 18 | python-oslo.context \ | ||
| 19 | python-oslo.i18n \ | ||
| 20 | python-oslo.log \ | ||
| 21 | python-oslo.messaging \ | ||
| 22 | python-oslo.serialization \ | ||
| 23 | python-oslo.utils \ | ||
| 24 | python-webob \ | ||
| 25 | python-six \ | ||
| 26 | " | ||
