From 801c94fe7a8da388d1d68138d39be2fcf7b5bdbe Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 21 Jul 2020 13:58:09 +0800 Subject: python3-barbicanclient: Change python to python3 Version updated to 5.0.0 Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- .../python/python-barbicanclient_git.bb | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb deleted file mode 100644 index 289495a..0000000 --- a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION = "Client library for Barbican API" -HOMEPAGE = "https://github.com/stackforge/python-barbicanclient" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73" - -SRC_URI = "\ - git://github.com/openstack/python-barbicanclient.git \ - " - -PV = "4.9.0+git${SRCPV}" -SRCREV = "9c0e02d367b86eb5bdebda4e0ff1434d70db5f61" -S = "${WORKDIR}/git" - -inherit setuptools3 - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - python-requests \ - python-six \ - python-cliff \ - python-keystoneauth1 \ - python-oslo.i18n \ - python-oslo.serialization \ - python-oslo.utils \ - " -- cgit v1.2.3-54-g00ecf