diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutronclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb index 16a2e92..bcbefaa 100644 --- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | |||
| @@ -9,24 +9,28 @@ DEPENDS += " \ | |||
| 9 | python-pbr \ | 9 | python-pbr \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | RDEPENDS_${PN} +="python-cliff \ | 12 | RDEPENDS_${PN} +="\ |
| 13 | python-httplib2 \ | 13 | python-pbr \ |
| 14 | python-iso8601 \ | 14 | python-cliff \ |
| 15 | python-prettytable \ | 15 | python-iso8601 \ |
| 16 | python-pyparsing \ | 16 | python-netaddr \ |
| 17 | python-simplejson \ | 17 | python-oslo.i18n \ |
| 18 | python-pbr \ | 18 | python-oslo.serialization \ |
| 19 | python-oslo.utils \ | ||
| 20 | python-requests \ | ||
| 21 | python-keystoneclient \ | ||
| 22 | python-simplejson \ | ||
| 23 | python-six \ | ||
| 24 | python-babel \ | ||
| 19 | " | 25 | " |
| 20 | 26 | ||
| 21 | PR = "r0" | ||
| 22 | |||
| 23 | SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master \ | 27 | SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master \ |
| 24 | file://neutronclient-use-csv-flag-instead-of-json.patch \ | 28 | file://neutronclient-use-csv-flag-instead-of-json.patch \ |
| 25 | file://neutron-api-check.sh \ | 29 | file://neutron-api-check.sh \ |
| 26 | " | 30 | " |
| 27 | 31 | ||
| 28 | PV = "2.4.0+git${SRCPV}" | 32 | PV = "3.1.0+git${SRCPV}" |
| 29 | SRCREV = "aa1215a5ad063b299d32ef319eb63d5210249a9b" | 33 | SRCREV = "3e115991c1cf9ec7cf4252440fa8d6015a5f53ce" |
| 30 | S = "${WORKDIR}/git" | 34 | S = "${WORKDIR}/git" |
| 31 | 35 | ||
| 32 | inherit setuptools monitor rmargparse | 36 | inherit setuptools monitor rmargparse |
