diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:05:49 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
| commit | 4ecaf92dd45084ecac3c4cee5b3eab3881dc03ba (patch) | |
| tree | 93c18d6ecbf621547c1f882c0f8c550a229d94d5 /meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.9.bb | |
| parent | ae0ec28f15f9ead0df2bef812a29ed60bfd8f7e5 (diff) | |
| download | meta-cloud-services-4ecaf92dd45084ecac3c4cee5b3eab3881dc03ba.tar.gz | |
python-django-openstack-auth: upgrade to 1.3.0
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.9.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.9.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.9.bb b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.9.bb deleted file mode 100644 index a4f08ae..0000000 --- a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.9.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] = "a201c7efbf552042f0bae64814454162" | ||
| 14 | SRC_URI[sha256sum] = "650b3fd528d179a36cf629aa7dad53e03aed6cf9300ea4a337260887e71e9b53" | ||
| 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 | " | ||
