diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 13:47:50 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 13:55:48 +0200 |
| commit | 71726117002289874da93f4b46d29d5accedec48 (patch) | |
| tree | 562f821f32b29add180f0ba5d6225bd2fe790329 /meta-openstack/recipes-devtools/python | |
| parent | 873b5a819a87faa77230d77a366dbcc574a78515 (diff) | |
| download | meta-cloud-services-71726117002289874da93f4b46d29d5accedec48.tar.gz | |
python-neutron-lib: Add recipe
This module is required for the uprev of python-neutron to v9.4.0,
corresponding to latest Openstack stable/newton release.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-neutron-lib_0.4.0.bb | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron-lib_0.4.0.bb b/meta-openstack/recipes-devtools/python/python-neutron-lib_0.4.0.bb new file mode 100644 index 0000000..84039b8 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-neutron-lib_0.4.0.bb | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | DESCRIPTION = "Neutron shared routines and utilities" | ||
| 2 | HOMEPAGE = "http://docs.openstack.org/developer/neutron-lib" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRCNAME = "neutron-lib" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/b5/9e/82fa71502830de7c35247b9866eca2ca4ca8d71e06d2bd82d6063be1f9e0/${SRCNAME}-${PV}.tar.gz \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "cf209b859f091da5ef8215191d92a6b7" | ||
| 13 | SRC_URI[sha256sum] = "018550848e31e3eb20e5fb3d8173ae75cce46c6233fd020227fa9a49af593d6a" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python-babel \ | ||
| 21 | python-debtcollector \ | ||
| 22 | python-oslo.config \ | ||
| 23 | python-oslo.context \ | ||
| 24 | python-oslo.db \ | ||
| 25 | python-oslo.i18n \ | ||
| 26 | python-oslo.log \ | ||
| 27 | python-oslo.messaging \ | ||
| 28 | python-oslo.policy \ | ||
| 29 | python-oslo.service \ | ||
| 30 | python-oslo.utils \ | ||
| 31 | python-pbr \ | ||
| 32 | python-sqlalchemy \ | ||
| 33 | " | ||
