diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-21 09:18:16 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-21 09:18:16 -0400 |
| commit | 9be49d7dd9cad6f115d1a0c59e33324e1fef7d79 (patch) | |
| tree | aee3deb71011144ad68f0a0ee46c4dd92815ebb2 /meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.4.bb | |
| parent | 0770c2edfd5767227313729834b7ef7dd279df2b (diff) | |
| download | meta-cloud-services-9be49d7dd9cad6f115d1a0c59e33324e1fef7d79.tar.gz | |
horizon: update dependencies for juno rc2
Updating the horizon dependent packages to the juno-rc2 required versions
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.4.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.4.bb b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.4.bb deleted file mode 100644 index cad82cb..0000000 --- a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.4.bb +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | DESCRIPTION = "A Django authentication backend for use with the OpenStack Keystone backend." | ||
| 2 | HOMEPAGE = "http://django_openstack_auth.readthedocs.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "django_openstack_auth" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "01388af8675c3ddb72dbf9fe3fc1adee" | ||
| 14 | SRC_URI[sha256sum] = "1eea7ac2cdf701fcc0afd6550f5b90ce821516699372bfe4940159c0653d6254" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python-pip \ | ||
| 22 | python-pbr \ | ||
| 23 | " | ||
| 24 | |||
| 25 | RDEPENDS_${PN} += "python-django \ | ||
| 26 | python-keystoneclient \ | ||
| 27 | python-pbr \ | ||
| 28 | " \ No newline at end of file | ||
