summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb
diff options
context:
space:
mode:
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 "