diff options
Diffstat (limited to 'meta-openstack/recipes-devtools')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb index d287a4b..0df4efb 100644 --- a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb +++ b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb | |||
| @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
| 6 | 6 | ||
| 7 | SRCNAME = "django_openstack_auth" | 7 | SRCNAME = "django_openstack_auth" |
| 8 | 8 | ||
| 9 | PV = "2.0.0+git${SRCPV}" | 9 | PV = "3.5.0+git${SRCPV}" |
| 10 | SRCREV = "6e2cd8deffbd60074bf036c1cecdb280f281ccd4" | 10 | SRCREV = "9e108ed426a5a1e5c9dd394b197c27d046754d0c" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| @@ -21,7 +21,12 @@ DEPENDS += " \ | |||
| 21 | python-pbr \ | 21 | python-pbr \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | RDEPENDS_${PN} += "python-django \ | 24 | RDEPENDS_${PN} += " \ |
| 25 | python-keystoneclient \ | 25 | python-pbr \ |
| 26 | python-pbr \ | 26 | python-django \ |
| 27 | " | 27 | python-oslo.config \ |
| 28 | python-oslo.policy \ | ||
| 29 | python-keystoneclient \ | ||
| 30 | python-keystoneauth1 \ | ||
| 31 | python-six \ | ||
| 32 | " | ||
