diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb (renamed from meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb) | 12 |
1 files changed, 6 insertions, 6 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_git.bb index 47bc610..d287a4b 100644 --- a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb +++ b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb | |||
| @@ -1,18 +1,18 @@ | |||
| 1 | DESCRIPTION = "A Django authentication backend for use with the OpenStack Keystone backend." | 1 | DESCRIPTION = "A Django authentication backend for use with the OpenStack Keystone backend." |
| 2 | HOMEPAGE = "http://django_openstack_auth.readthedocs.org/" | 2 | HOMEPAGE = "http://django_openstack_auth.readthedocs.org/" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "BSD" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | SRCNAME = "django_openstack_auth" | 7 | SRCNAME = "django_openstack_auth" |
| 8 | 8 | ||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | 9 | PV = "2.0.0+git${SRCPV}" |
| 10 | " | 10 | SRCREV = "6e2cd8deffbd60074bf036c1cecdb280f281ccd4" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "a80e3b9660016336c5a2e4d4dd8a81a2" | 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ |
| 13 | SRC_URI[sha256sum] = "d7cb1e15c8582d6ac217619a891371e6dbb6bd4e15959214198490ea68e45e26" | 13 | " |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
| 18 | 18 | ||
