From e8bc055161fd31c38db48e66aad62aef34fceb91 Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 1 Sep 2020 11:23:58 +0800 Subject: python3-cursive: Change to python3 Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-cursive_git.bb | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-cursive_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-cursive_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-cursive_git.bb b/meta-openstack/recipes-devtools/python/python-cursive_git.bb deleted file mode 100644 index ce82998..0000000 --- a/meta-openstack/recipes-devtools/python/python-cursive_git.bb +++ /dev/null @@ -1,37 +0,0 @@ -DESCRIPTION = "Library for validation of digital signatures." -HOMEPAGE = "https://github.com/openstack/cursive" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - -SRC_URI = "\ - git://git.openstack.org/openstack/cursive.git;branch=master \ - " - -PV="0.2.0+git${SRCPV}" -SRCREV="ad25a4016c56eeceb85764c7ac4501def2b5445a" -S = "${WORKDIR}/git" - -inherit setuptools3 - -DEPENDS += " \ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - python-lxml \ - python-cryptography \ - python-netifaces \ - python-six \ - python-oslo.serialization \ - python-oslo.utils \ - python-oslo.i18n \ - python-oslo.log \ - python-castellan \ - " -- cgit v1.2.3-54-g00ecf