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/python-keystoneauth1.inc | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-keystoneauth1.inc (limited to 'meta-openstack/recipes-devtools/python/python-keystoneauth1.inc') diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc b/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc deleted file mode 100644 index bca6ce9..0000000 --- a/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc +++ /dev/null @@ -1,27 +0,0 @@ -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] = "6104205044175fa8aac659582fdd0260" -SRC_URI[sha256sum] = "3ae67c6542ed66a37cddcd26a35457c1ff5cd14b20f5490973273cf9eb555a52" - -inherit 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