summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-positional_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-20 15:49:22 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-20 15:54:50 -0500
commitf97209624797dde3fc355369867a301685451a63 (patch)
tree3ffe7fac5256361c305cff56112239efdd5368b2 /meta-openstack/recipes-devtools/python/python-positional_git.bb
parent9d5f295e9c137c3fd91fae483d0cd23f15974912 (diff)
downloadmeta-cloud-services-f97209624797dde3fc355369867a301685451a63.tar.gz
python-positional: add new recipe to support python-oslo.context
Required to support the uprev to python-oslo.context to stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-positional_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-positional_git.bb22
1 files changed, 22 insertions, 0 deletions
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 @@
1DESCRIPTION = "Library to enforce positional or key-word arguments"
2HOMEPAGE = "https://github.com/morganfainberg/positional"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376"
6
7SRCNAME = "positional"
8SRC_URI = "git://github.com/morganfainberg/positional \
9"
10
11PV = "1.1.1+git${SRCPV}"
12SRCREV = "1f5e9fc0f50e9e774fc4db27f97f9acae5f0c29f"
13
14S = "${WORKDIR}/git"
15
16inherit setuptools
17
18CLEANBROKEN = "1"
19
20RDEPENDS_${PN} += " \
21 python-wrapt \
22" \ No newline at end of file