summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb b/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb
deleted file mode 100644
index 062d351..0000000
--- a/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb
+++ /dev/null
@@ -1,33 +0,0 @@
1DESCRIPTION = "Python binding for the PowerVM REST API"
2HOMEPAGE = "https://pypi.python.org/pypi/pypowervm"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7SRC_URI[md5sum] = "54e4dfaa569350254b0a0f4c19686ded"
8SRC_URI[sha256sum] = "ab27d4efb59105555b6c9b1fe7792fd895ad9ca893058c39bba4106d6a0ad986"
9
10inherit setuptools3 pypi
11
12# Satisfy setup.py 'setup_requires'
13DEPENDS += " \
14 python-pbr-native \
15 "
16
17RDEPENDS_${PN} += " \
18 python-lxml \
19 python-oslo.concurrency \
20 python-oslo.context \
21 python-oslo.i18n \
22 python-oslo.log \
23 python-oslo.utils \
24 python-pbr \
25 python-pyasn1-modules \
26 python-pyasn1 \
27 python-pytz \
28 python-requests \
29 python-six \
30 python-futures \
31 python-taskflow \
32 python-networkx \
33 "