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/python3-django-openstack-auth_3.6.1.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/python3-django-openstack-auth_3.6.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-django-openstack-auth_3.6.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-django-openstack-auth_3.6.1.bb b/meta-openstack/recipes-devtools/python/python3-django-openstack-auth_3.6.1.bb new file mode 100644 index 0000000..4e6c2d2 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-django-openstack-auth_3.6.1.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 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 | PYPI_PACKAGE = "django_openstack_auth" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "9a441fdea3f662fd727f020f479b3e89c96a2cc442c49539634c996a967dd378" | ||
| 10 | |||
| 11 | inherit setuptools3 pypi | ||
| 12 | |||
| 13 | DEPENDS += " \ | ||
| 14 | python3-pip \ | ||
| 15 | python3-pbr-native \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += " \ | ||
| 19 | python3-pbr \ | ||
| 20 | python3-django \ | ||
| 21 | python3-oslo.config \ | ||
| 22 | python3-oslo.policy \ | ||
| 23 | python3-keystoneclient \ | ||
| 24 | python3-keystoneauth1 \ | ||
| 25 | python3-six \ | ||
| 26 | " | ||
