[meta-virtualization] [m-c-s][PATCH 09/49] python-oslo.versionedobjects: initial version

Mark Asselstine mark.asselstine at windriver.com
Wed Feb 3 17:41:04 PST 2016


From: Mark Asselstine <asselsm at gmail.com>

This package is required by nova, heat, and others.

Signed-off-by: Mark Asselstine <asselsm at gmail.com>
---
 .../python/python-oslo.versionedobjects_git.bb     | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
new file mode 100644
index 0000000..dea4454
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
@@ -0,0 +1,36 @@
+DESCRIPTION = "oslo.versionedobjects library"
+HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo"
+SECTION = "devel/python"
+LICENSE = "Apache-2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
+
+PV = "1.12.0+git${SRCPV}"
+SRCREV = "9261f3ae3678cca8411ba1700e2ae18f3e5dfb9c"
+
+SRCNAME = "oslo.versionedobjects"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
+
+S = "${WORKDIR}/git"
+
+inherit setuptools
+
+DEPENDS += " \
+        python-pip \
+        python-pbr \
+        "
+
+# RDEPENDS_default: 
+RDEPENDS_${PN} += " \
+        python-six \
+        python-babel \
+        python-oslo.concurrency \
+        python-oslo.config \
+        python-oslo.context \
+        python-oslo.messaging \
+        python-oslo.serialization \
+        python-oslo.utils \
+        python-oslo.log \
+        python-oslo.i18n \
+        python-webob \
+        python-iso8601 \
+       "
-- 
2.1.4



More information about the meta-virtualization mailing list