diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystone_git.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb index 58aa449..a8d1181 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
| 6 | 6 | ||
| 7 | SRCNAME = "keystone" | 7 | SRCNAME = "keystone" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \ | 9 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ |
| 10 | file://keystone.conf \ | 10 | file://keystone.conf \ |
| 11 | file://identity.sh \ | 11 | file://identity.sh \ |
| 12 | file://keystone \ | 12 | file://keystone \ |
| @@ -19,8 +19,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \ | |||
| 19 | # file://keystone-remove-git-commands-in-tests.patch | 19 | # file://keystone-remove-git-commands-in-tests.patch |
| 20 | # file://keystone-explicitly-import-localcontext-from-oslo.me.patch | 20 | # file://keystone-explicitly-import-localcontext-from-oslo.me.patch |
| 21 | 21 | ||
| 22 | SRCREV = "5d3b31f9c3d34599ff8a83eeb7530fc6e0b1b67b" | 22 | SRCREV = "8dcd82fb9c76d43f26338bee293b32f4af473ad9" |
| 23 | PV = "2015.1.0+git${SRCPV}" | 23 | PV = "8.0.0+git${SRCPV}" |
| 24 | 24 | ||
| 25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
| 26 | 26 | ||
| @@ -144,9 +144,6 @@ do_install_append() { | |||
| 144 | -i ${KEYSTONE_PACKAGE_DIR}/tests/test_overrides.conf | 144 | -i ${KEYSTONE_PACKAGE_DIR}/tests/test_overrides.conf |
| 145 | fi | 145 | fi |
| 146 | 146 | ||
| 147 | cp run_tests.sh ${KEYSTONE_CONF_DIR} | ||
| 148 | |||
| 149 | |||
| 150 | if ${@base_contains('DISTRO_FEATURES', 'OpenLDAP', 'true', 'false', d)}; | 147 | if ${@base_contains('DISTRO_FEATURES', 'OpenLDAP', 'true', 'false', d)}; |
| 151 | then | 148 | then |
| 152 | sed -i -e '/^\[identity\]/a \ | 149 | sed -i -e '/^\[identity\]/a \ |
| @@ -287,6 +284,10 @@ RDEPENDS_${PN} += " \ | |||
| 287 | python-fixtures \ | 284 | python-fixtures \ |
| 288 | python-oslotest \ | 285 | python-oslotest \ |
| 289 | python-functools32 \ | 286 | python-functools32 \ |
| 287 | python-six \ | ||
| 288 | python-routes \ | ||
| 289 | python-pycadf \ | ||
| 290 | python-cryptography \ | ||
| 290 | " | 291 | " |
| 291 | 292 | ||
| 292 | RDEPENDS_${SRCNAME}-tests += " bash" | 293 | RDEPENDS_${SRCNAME}-tests += " bash" |
