diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-os-client-config_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-os-client-config_git.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb index de8c2c2..7b55dbb 100644 --- a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb +++ b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | PV = "1.9.0" | 7 | PV = "1.21.1" |
| 8 | SRCREV = "790fac98542ba303274180831cbd9a03604a84e8" | 8 | SRCREV = "c4742ec391151e918046efa5a550e012fe9d5081" |
| 9 | 9 | ||
| 10 | SRCNAME = "os-client-config" | 10 | SRCNAME = "os-client-config" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| @@ -20,4 +20,8 @@ DEPENDS += " \ | |||
| 20 | 20 | ||
| 21 | RDEPENDS_${PN} += " \ | 21 | RDEPENDS_${PN} += " \ |
| 22 | python-pbr \ | 22 | python-pbr \ |
| 23 | python-pyyaml \ | ||
| 24 | python-appdirs \ | ||
| 25 | python-keystoneauth1 \ | ||
| 26 | python-requestsexceptions \ | ||
| 23 | " | 27 | " |
