diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-09-01 10:46:45 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-02 16:34:43 -0400 |
| commit | 90d9ac9af352458fe591cb1038510c8ce115726d (patch) | |
| tree | 831ce768aabcd09c0b86f3226b8b8e8d0ed6be2e /meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb | |
| parent | e72c7a5fd8477e155c9044435359cb01bbd43aac (diff) | |
| download | meta-cloud-services-90d9ac9af352458fe591cb1038510c8ce115726d.tar.gz | |
python3-django-openstack-auth: Change to python3
Because python is no longer maintained, delete the python2 version of
the recipe and change to python3.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb | 32 |
1 files changed, 0 insertions, 32 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 deleted file mode 100644 index 75c26b0..0000000 --- a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb +++ /dev/null | |||
| @@ -1,32 +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 = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRCNAME = "django_openstack_auth" | ||
| 8 | |||
| 9 | PV = "3.5.0+git${SRCPV}" | ||
| 10 | SRCREV = "9e108ed426a5a1e5c9dd394b197c27d046754d0c" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike \ | ||
| 13 | " | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit setuptools3 | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS_${PN} += " \ | ||
| 25 | python-pbr \ | ||
| 26 | python-django \ | ||
| 27 | python-oslo.config \ | ||
| 28 | python-oslo.policy \ | ||
| 29 | python-keystoneclient \ | ||
| 30 | python-keystoneauth1 \ | ||
| 31 | python-six \ | ||
| 32 | " | ||
