[meta-virtualization] [m-c-s][PATCH 02/12] python-os-traits: initial version (v0.3.3)

Mark Asselstine mark.asselstine at windriver.com
Wed Apr 4 13:02:46 PDT 2018


Required by python-nova.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../python/python-os-traits_git.bb                 | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-os-traits_git.bb

diff --git a/meta-openstack/recipes-devtools/python/python-os-traits_git.bb b/meta-openstack/recipes-devtools/python/python-os-traits_git.bb
new file mode 100644
index 0000000..8d4079b
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-os-traits_git.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "OpenStack library containing standardized trait strings."
+HOMEPAGE = "https://github.com/openstack/os-traits"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
+
+SRC_URI = "\
+	git://github.com/openstack/os-traits.git;branch=stable/pike \
+	"
+
+PV = "0.3.3+git${SRCPV}"
+SRCREV = "3e8b4a77aaf2d8b64f89ba3b479113d0b44bbe2f"
+S = "${WORKDIR}/git"
+
+inherit setuptools
+
+DEPENDS += " \
+        python-pbr \
+        "
+
+RDEPENDS_${PN} += " \
+        python-pbr \
+        python-six \
+	"
-- 
2.7.4



More information about the meta-virtualization mailing list