aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb
blob: 062d351e4a045a79d89ac0e32f6e80c446304e6a (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
32
33
DESCRIPTION = "Python binding for the PowerVM REST API"
HOMEPAGE = "https://pypi.python.org/pypi/pypowervm"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"

SRC_URI[md5sum] = "54e4dfaa569350254b0a0f4c19686ded"
SRC_URI[sha256sum] = "ab27d4efb59105555b6c9b1fe7792fd895ad9ca893058c39bba4106d6a0ad986"

inherit setuptools3 pypi

# Satisfy setup.py 'setup_requires'
DEPENDS += " \
        python-pbr-native \
	"

RDEPENDS_${PN} += " \
        python-lxml \
        python-oslo.concurrency \
        python-oslo.context \
        python-oslo.i18n \
        python-oslo.log \
        python-oslo.utils \
        python-pbr \
        python-pyasn1-modules \
        python-pyasn1 \
        python-pytz \
        python-requests \
        python-six \
        python-futures \
        python-taskflow \
        python-networkx \
        "