From 285b64586ccfee5e374b27142ea2af0b2093ec9a Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 22 Sep 2020 10:26:16 +0800 Subject: python3-keystoneauth1: upgrade 3.18.0 -> 4.2.1 Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python3-keystoneauth1_4.2.1.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb (limited to 'meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb b/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb new file mode 100644 index 0000000..6c046d9 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Authentication Library for OpenStack Identity" +HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574" + +SRC_URI[md5sum] = "3c65181cb3cf6a8690e1c65de030e3fb" +SRC_URI[sha256sum] = "9496bfcc27eff3d05271e10aa64684b7c1fd12a4d96f58511f2286312d9c89a1" + +inherit setuptools3 pypi + +DEPENDS += " \ + ${PYTHON_PN}-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + ${PYTHON_PN}-pbr-native \ + " + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pbr \ + ${PYTHON_PN}-iso8601 \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-stevedore \ + " -- cgit v1.2.3-54-g00ecf