From 90d9ac9af352458fe591cb1038510c8ce115726d Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 1 Sep 2020 10:46:45 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python3-django-openstack-auth_3.6.1.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-django-openstack-auth_3.6.1.bb (limited to 'meta-openstack/recipes-devtools/python/python3-django-openstack-auth_3.6.1.bb') 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 @@ +DESCRIPTION = "A Django authentication backend for use with the OpenStack Keystone backend." +HOMEPAGE = "http://django_openstack_auth.readthedocs.org/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +PYPI_PACKAGE = "django_openstack_auth" + +SRC_URI[sha256sum] = "9a441fdea3f662fd727f020f479b3e89c96a2cc442c49539634c996a967dd378" + +inherit setuptools3 pypi + +DEPENDS += " \ + python3-pip \ + python3-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python3-pbr \ + python3-django \ + python3-oslo.config \ + python3-oslo.policy \ + python3-keystoneclient \ + python3-keystoneauth1 \ + python3-six \ + " -- cgit v1.2.3-54-g00ecf