diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystone_git.bb | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb index 56a9d0a..b18b001 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ | |||
| 13 | file://keystone \ | 13 | file://keystone \ |
| 14 | file://openrc \ | 14 | file://openrc \ |
| 15 | file://Update-test-core-ETCDIR-location.patch \ | 15 | file://Update-test-core-ETCDIR-location.patch \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | SRCREV="a96d1a44bc0f074729c312e5c2a0f0875edf1765" | 18 | SRCREV="a96d1a44bc0f074729c312e5c2a0f0875edf1765" |
| 19 | PV="2013.2.2+git${SRCPV}" | 19 | PV="2013.2.2+git${SRCPV}" |
| @@ -119,23 +119,23 @@ DEPENDS += " \ | |||
| 119 | 119 | ||
| 120 | RDEPENDS_${PN} += " \ | 120 | RDEPENDS_${PN} += " \ |
| 121 | python-pam \ | 121 | python-pam \ |
| 122 | python-webob \ | 122 | python-webob \ |
| 123 | python-eventlet \ | 123 | python-eventlet \ |
| 124 | python-greenlet \ | 124 | python-greenlet \ |
| 125 | python-pastedeploy \ | 125 | python-pastedeploy \ |
| 126 | python-paste \ | 126 | python-paste \ |
| 127 | python-routes \ | 127 | python-routes \ |
| 128 | python-sqlalchemy \ | 128 | python-sqlalchemy \ |
| 129 | python-sqlalchemy-migrate \ | 129 | python-sqlalchemy-migrate \ |
| 130 | python-passlib \ | 130 | python-passlib \ |
| 131 | python-lxml \ | 131 | python-lxml \ |
| 132 | python-iso8601 \ | 132 | python-iso8601 \ |
| 133 | python-keystoneclient \ | 133 | python-keystoneclient \ |
| 134 | python-oslo.config \ | 134 | python-oslo.config \ |
| 135 | python-dogpile.core \ | 135 | python-dogpile.core \ |
| 136 | python-dogpile.cache \ | 136 | python-dogpile.cache \ |
| 137 | python-pbr \ | 137 | python-pbr \ |
| 138 | " | 138 | " |
| 139 | 139 | ||
| 140 | # TODO: | 140 | # TODO: |
| 141 | # if DISTRO_FEATURE contains "tempest" then add *-tests to the main RDEPENDS | 141 | # if DISTRO_FEATURE contains "tempest" then add *-tests to the main RDEPENDS |
