diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb index 35760a9..a830e51 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb | |||
| @@ -9,27 +9,33 @@ DEPENDS += " \ | |||
| 9 | python-pbr \ | 9 | python-pbr \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | RDEPENDS_${PN} +="python-cliff \ | 12 | RDEPENDS_${PN} +=" \ |
| 13 | python-cliff \ | ||
| 13 | python-httplib2 \ | 14 | python-httplib2 \ |
| 14 | python-iso8601 \ | 15 | python-iso8601 \ |
| 15 | python-prettytable \ | 16 | python-prettytable \ |
| 16 | python-pyparsing \ | 17 | python-pyparsing \ |
| 17 | python-simplejson \ | 18 | python-simplejson \ |
| 18 | python-pbr \ | 19 | python-pbr \ |
| 20 | python-oslo.i18n \ | ||
| 21 | python-oslo.serialization \ | ||
| 22 | python-oslo.utils \ | ||
| 23 | python-keystoneclient \ | ||
| 24 | python-requests \ | ||
| 25 | python-six \ | ||
| 26 | python-stevedore \ | ||
| 19 | " | 27 | " |
| 20 | 28 | ||
| 21 | PR = "r0" | ||
| 22 | |||
| 23 | SRC_URI = "\ | 29 | SRC_URI = "\ |
| 24 | git://github.com/openstack/python-ceilometerclient.git;branch=master \ | 30 | git://github.com/openstack/python-ceilometerclient.git;branch=master \ |
| 25 | file://fix_ceilometerclient_memory_leak.patch \ | 31 | file://fix_ceilometerclient_memory_leak.patch \ |
| 26 | " | 32 | " |
| 27 | 33 | ||
| 28 | PV = "1.0.13+git${SRCPV}" | 34 | PV = "1.5.0+git${SRCPV}" |
| 29 | SRCREV = "f8765ce532a45391c5366be8fa0f583f96a30d22" | 35 | SRCREV = "daed7e59c383f1ca74d75160cbc99fbd89675648" |
| 30 | S = "${WORKDIR}/git" | 36 | S = "${WORKDIR}/git" |
| 31 | 37 | ||
| 32 | inherit setuptools | 38 | inherit setuptools rmargparse |
| 33 | 39 | ||
| 34 | 40 | ||
| 35 | PACKAGECONFIG ?= "bash-completion" | 41 | PACKAGECONFIG ?= "bash-completion" |
