From f1d76adbd64f797b04e8c002abc85f9430c4a5fe Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 28 Jul 2020 09:34:35 +0800 Subject: python3-os-xenapi: Change to python3 Signed-off-by: Zheng Ruoqin / Signed-off-by: Bruce Ashfield --- .../python/python-os-xenapi_git.bb | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb b/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb deleted file mode 100644 index b6ef425..0000000 --- a/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION = "XenAPI library for OpenStack projects." -HOMEPAGE = "https://github.com/openstack/os-xenapi" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - -SRCNAME = "os-xenapi" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" - -PV = "0.3.1+git${SRCPV}" -SRCREV = "7dce682e2ab0c14236dbc58a38c925536b3b6f8d" -S = "${WORKDIR}/git" - -inherit setuptools3 - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - python-babel \ - python-eventlet \ - python-oslo.concurrency \ - python-oslo.log \ - python-oslo.utils \ - python-oslo.i18n \ - python-six \ - " -- cgit v1.2.3-54-g00ecf