diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-01-09 15:14:58 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-01-12 10:38:06 -0500 |
| commit | 86fc363fc94c69ed195fc3bc61d48de267a6e750 (patch) | |
| tree | d960f182d8e9c2dd7a6676440deb696745739a10 /meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb | |
| parent | 919047dd79f68fa365f7d1b8a43c506fb1f9c8a0 (diff) | |
| download | meta-cloud-services-86fc363fc94c69ed195fc3bc61d48de267a6e750.tar.gz | |
python-oslo.privsep: initial version
Needed by the stable/pike version of python-neutron.
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-oslo.privsep_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb new file mode 100644 index 0000000..83504b6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | DESCRIPTION = "OpenStack library for privilege separation" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/oslo.privsep" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRCNAME = "oslo.privsep" | ||
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 9 | |||
| 10 | PV = "1.22.1+git${SRCPV}" | ||
| 11 | SRCREV = "d27bb5371c90e0f8b1bdf1bc24f16e1532b3e595" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit setuptools | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | python-pbr \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | python-oslo.log \ | ||
| 23 | python-oslo.i18n \ | ||
| 24 | python-oslo.config \ | ||
| 25 | python-oslo.utils \ | ||
| 26 | python-enum34 \ | ||
| 27 | python-cffi \ | ||
| 28 | python-eventlet \ | ||
| 29 | python-greenlet \ | ||
| 30 | python-msgpack \ | ||
| 31 | " | ||
