summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-07-28 09:34:35 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-30 15:48:00 -0400
commitf1d76adbd64f797b04e8c002abc85f9430c4a5fe (patch)
tree857910fd3a6efb9c9c0400bd63ea1040ecf98484 /meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb
parentcf059689f866db9c35dc3c5322562a562cb96450 (diff)
downloadmeta-cloud-services-f1d76adbd64f797b04e8c002abc85f9430c4a5fe.tar.gz
python3-os-xenapi: Change to python3
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/ Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb36
1 files changed, 0 insertions, 36 deletions
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 @@
1DESCRIPTION = "XenAPI library for OpenStack projects."
2HOMEPAGE = "https://github.com/openstack/os-xenapi"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7SRCNAME = "os-xenapi"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master"
9
10PV = "0.3.1+git${SRCPV}"
11SRCREV = "7dce682e2ab0c14236dbc58a38c925536b3b6f8d"
12S = "${WORKDIR}/git"
13
14inherit setuptools3
15
16# DEPENDS_default: python-pip
17
18DEPENDS += " \
19 python-pbr \
20 "
21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python-pbr-native \
25 "
26
27RDEPENDS_${PN} += " \
28 python-pbr \
29 python-babel \
30 python-eventlet \
31 python-oslo.concurrency \
32 python-oslo.log \
33 python-oslo.utils \
34 python-oslo.i18n \
35 python-six \
36 "