diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-01-09 15:15:00 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-01-12 10:38:06 -0500 |
| commit | 56a7c22adc67ae000416ab701c1ca389ca6a6d75 (patch) | |
| tree | 17567c298f815a52f53c8969cd5e52f6b72caa49 /meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb | |
| parent | 4682eeb9b011be3ffc2b9506e9c4f15ea9f0e3ca (diff) | |
| download | meta-cloud-services-56a7c22adc67ae000416ab701c1ca389ca6a6d75.tar.gz | |
python-neutron-lib: 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-neutron-lib_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb b/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb new file mode 100644 index 0000000..1ac7dca --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | DESCRIPTION = "Neutron shared routines and utilities." | ||
| 2 | HOMEPAGE = "https://github.com/openstack/neutron-lib" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRC_URI = "\ | ||
| 8 | git://git.openstack.org/openstack/neutron-lib.git;branch=stable/pike \ | ||
| 9 | " | ||
| 10 | |||
| 11 | PV="1.9.1+git${SRCPV}" | ||
| 12 | SRCREV="f0d7e470c2ef1702b2715ceb2fd8a00fce2a23be" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pbr \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | python-pbr \ | ||
| 23 | python-sqlalchemy \ | ||
| 24 | python-debtcollector \ | ||
| 25 | python-stevedore \ | ||
| 26 | python-oslo.concurrency \ | ||
| 27 | python-oslo.config \ | ||
| 28 | python-oslo.context \ | ||
| 29 | python-oslo.db \ | ||
| 30 | python-oslo.i18n \ | ||
| 31 | python-oslo.log \ | ||
| 32 | python-oslo.messaging \ | ||
| 33 | python-oslo.policy \ | ||
| 34 | python-oslo.service \ | ||
| 35 | python-oslo.utils \ | ||
| 36 | " | ||
