diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-castellan_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-castellan_git.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-castellan_git.bb b/meta-openstack/recipes-devtools/python/python-castellan_git.bb index 40a085d..9401ad9 100644 --- a/meta-openstack/recipes-devtools/python/python-castellan_git.bb +++ b/meta-openstack/recipes-devtools/python/python-castellan_git.bb | |||
| @@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
| 7 | SRCNAME = "castellan" | 7 | SRCNAME = "castellan" |
| 8 | 8 | ||
| 9 | SRC_URI = "\ | 9 | SRC_URI = "\ |
| 10 | git://git.openstack.org/openstack/${SRCNAME}.git;branch=master \ | 10 | git://git.openstack.org/openstack/${SRCNAME}.git;branch=stable/pike \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | PV="0.2.1+git${SRCPV}" | 13 | PV="0.12.1+git${SRCPV}" |
| 14 | SRCREV="4fda4a749f3f908d58817c326676073aa6fcf62a" | 14 | SRCREV="124e9296fe79412b510c73b35936a6be91267d18" |
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
| @@ -25,10 +25,11 @@ RDEPENDS_${PN} += " \ | |||
| 25 | python-pbr \ | 25 | python-pbr \ |
| 26 | python-babel \ | 26 | python-babel \ |
| 27 | python-cryptography \ | 27 | python-cryptography \ |
| 28 | python-barbicanclient \ | ||
| 28 | python-oslo.config \ | 29 | python-oslo.config \ |
| 29 | python-oslo.context \ | 30 | python-oslo.context \ |
| 31 | python-oslo.i18n \ | ||
| 30 | python-oslo.log \ | 32 | python-oslo.log \ |
| 31 | python-oslo.policy \ | ||
| 32 | python-oslo.serialization \ | ||
| 33 | python-oslo.utils \ | 33 | python-oslo.utils \ |
| 34 | " | 34 | python-keystoneauth1 \ |
| 35 | " | ||
