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

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


From: Mark Asselstine <asselsm at gmail.com>

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

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

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
new file mode 100644
index 0000000..89a83b8
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "oslo.reports library"
+HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo"
+SECTION = "devel/python"
+LICENSE = "Apache-2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
+
+PV = "0.6.0+git${SRCPV}"
+SRCREV = "31d4a2d9881316f1d2d911a677c0b7556e5040b6"
+
+SRCNAME = "oslo.reports"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
+
+S = "${WORKDIR}/git"
+
+inherit setuptools
+
+DEPENDS += " \
+        python-pip \
+        python-pbr \
+        "
+
+# RDEPENDS_default: 
+RDEPENDS_${PN} += " \
+        python-pbr \
+        python-six \
+        python-jinja2 \
+        python-babel \
+        python-psutil \
+        python-oslo.i18n \
+        python-oslo.utils \
+        python-oslo.serialization \
+        "
-- 
2.1.4



More information about the meta-virtualization mailing list