[meta-virtualization] [m-c-s][PATCH 1/4] python-positional: add new recipe to support python-oslo.context

Mark Asselstine mark.asselstine at windriver.com
Fri Jan 20 12:49:22 PST 2017


Required to support the uprev to python-oslo.context to stable/newton.

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

diff --git a/meta-openstack/recipes-devtools/python/python-positional_git.bb b/meta-openstack/recipes-devtools/python/python-positional_git.bb
new file mode 100644
index 0000000..821d704
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-positional_git.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Library to enforce positional or key-word arguments"
+HOMEPAGE = "https://github.com/morganfainberg/positional"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376"
+
+SRCNAME = "positional"
+SRC_URI = "git://github.com/morganfainberg/positional \
+"
+
+PV = "1.1.1+git${SRCPV}"
+SRCREV = "1f5e9fc0f50e9e774fc4db27f97f9acae5f0c29f"
+
+S = "${WORKDIR}/git"
+
+inherit setuptools
+
+CLEANBROKEN = "1"
+
+RDEPENDS_${PN} += " \
+    python-wrapt \
+"
\ No newline at end of file
-- 
2.7.4



More information about the meta-virtualization mailing list