blob: f3d54f66c298e770d252ac8f3f7d821ddd69d4d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
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 setuptools
# DEPENDS_default: python-pip
DEPENDS += " \
python-pbr \
"
RDEPENDS_${PN} += " \
python-pbr \
python-babel \
python-eventlet \
python-oslo.concurrency \
python-oslo.log \
python-oslo.utils \
python-oslo.i18n \
python-six \
"
|