diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-20 15:49:22 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-20 15:54:50 -0500 |
| commit | f97209624797dde3fc355369867a301685451a63 (patch) | |
| tree | 3ffe7fac5256361c305cff56112239efdd5368b2 /meta-openstack/recipes-devtools/python/python-positional_git.bb | |
| parent | 9d5f295e9c137c3fd91fae483d0cd23f15974912 (diff) | |
| download | meta-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.bb | 22 |
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 @@ | |||
| 1 | DESCRIPTION = "Library to enforce positional or key-word arguments" | ||
| 2 | HOMEPAGE = "https://github.com/morganfainberg/positional" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376" | ||
| 6 | |||
| 7 | SRCNAME = "positional" | ||
| 8 | SRC_URI = "git://github.com/morganfainberg/positional \ | ||
| 9 | " | ||
| 10 | |||
| 11 | PV = "1.1.1+git${SRCPV}" | ||
| 12 | SRCREV = "1f5e9fc0f50e9e774fc4db27f97f9acae5f0c29f" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | CLEANBROKEN = "1" | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += " \ | ||
| 21 | python-wrapt \ | ||
| 22 | " \ No newline at end of file | ||
