From 2cde4d5c7d705b01936503e4a0550d1ffade70e7 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 20 Oct 2020 14:41:36 +0800 Subject: python3-oslo.privsep: change to python3 Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python-oslo.privsep_git.bb | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb deleted file mode 100644 index 463f95e..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION = "OpenStack library for privilege separation" -HOMEPAGE = "https://github.com/openstack/oslo.privsep" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - -SRCNAME = "oslo.privsep" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" - -PV = "1.22.1+git${SRCPV}" -SRCREV = "d27bb5371c90e0f8b1bdf1bc24f16e1532b3e595" -S = "${WORKDIR}/git" - -inherit setuptools3 - -DEPENDS += " \ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-oslo.log \ - python-oslo.i18n \ - python-oslo.config \ - python-oslo.utils \ - python-enum34 \ - python-cffi \ - python-eventlet \ - python-greenlet \ - python-msgpack \ - " -- cgit v1.2.3-54-g00ecf