diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb index f4810e5..495f1e3 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | |||
| @@ -4,7 +4,6 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "keystoneclient" | 7 | SRCNAME = "keystoneclient" |
| 9 | 8 | ||
| 10 | SRC_URI = "\ | 9 | SRC_URI = "\ |
| @@ -13,8 +12,8 @@ SRC_URI = "\ | |||
| 13 | file://keystone-api-check.sh \ | 12 | file://keystone-api-check.sh \ |
| 14 | " | 13 | " |
| 15 | 14 | ||
| 16 | PV = "1.6.0+git${SRCPV}" | 15 | PV = "1.7.1+git${SRCPV}" |
| 17 | SRCREV = "f6ab133f25f00e041cd84aa8bbfb422594d1942f" | 16 | SRCREV = "28138b588224c6b0503620ac2e24bd37dad25370" |
| 18 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 19 | 18 | ||
| 20 | inherit setuptools monitor rmargparse | 19 | inherit setuptools monitor rmargparse |
| @@ -34,6 +33,7 @@ RDEPENDS_${PN} += " \ | |||
| 34 | python-oslo.config \ | 33 | python-oslo.config \ |
| 35 | python-oslo.serialization \ | 34 | python-oslo.serialization \ |
| 36 | python-pbr \ | 35 | python-pbr \ |
| 36 | python-argparse \ | ||
| 37 | " | 37 | " |
| 38 | 38 | ||
| 39 | PACKAGECONFIG ?= "bash-completion" | 39 | PACKAGECONFIG ?= "bash-completion" |
