diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb new file mode 100644 index 0000000..47bc610 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 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 | SRCNAME = "django_openstack_auth" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "a80e3b9660016336c5a2e4d4dd8a81a2" | ||
| 13 | SRC_URI[sha256sum] = "d7cb1e15c8582d6ac217619a891371e6dbb6bd4e15959214198490ea68e45e26" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS_${PN} += "python-django \ | ||
| 25 | python-keystoneclient \ | ||
| 26 | python-pbr \ | ||
| 27 | " | ||
