summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-01-09 15:15:00 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-01-12 10:38:06 -0500
commit56a7c22adc67ae000416ab701c1ca389ca6a6d75 (patch)
tree17567c298f815a52f53c8969cd5e52f6b72caa49 /meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb
parent4682eeb9b011be3ffc2b9506e9c4f15ea9f0e3ca (diff)
downloadmeta-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.bb36
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 @@
1DESCRIPTION = "Neutron shared routines and utilities."
2HOMEPAGE = "https://github.com/openstack/neutron-lib"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7SRC_URI = "\
8 git://git.openstack.org/openstack/neutron-lib.git;branch=stable/pike \
9 "
10
11PV="1.9.1+git${SRCPV}"
12SRCREV="f0d7e470c2ef1702b2715ceb2fd8a00fce2a23be"
13S = "${WORKDIR}/git"
14
15inherit setuptools
16
17DEPENDS += " \
18 python-pbr \
19 "
20
21RDEPENDS_${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 "