blob: 7a3223f44a0b9402295b0aa0961b926f1eeea846 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
DESCRIPTION = "Neutron shared routines and utilities."
HOMEPAGE = "https://github.com/openstack/neutron-lib"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
SRC_URI = "\
git://git.openstack.org/openstack/neutron-lib.git;branch=stable/pike \
"
PV="1.9.1+git${SRCPV}"
SRCREV="f0d7e470c2ef1702b2715ceb2fd8a00fce2a23be"
S = "${WORKDIR}/git"
inherit setuptools3
DEPENDS += " \
python-pbr \
"
RDEPENDS_${PN} += " \
python-pbr \
python-sqlalchemy \
python-debtcollector \
python-stevedore \
python-oslo.concurrency \
python-oslo.config \
python-oslo.context \
python-oslo.db \
python-oslo.i18n \
python-oslo.log \
python-oslo.messaging \
python-oslo.policy \
python-oslo.service \
python-oslo.utils \
"
|