[meta-virtualization] [m-c-s][PATCH 08/12] python-pypowervm: initial version (v1.1.10)

Mark Asselstine mark.asselstine at windriver.com
Wed Apr 4 13:02:52 PDT 2018


Required by the stable/pike version of python-nova.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../python/python-pypowervm_1.1.10.bb              | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb

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
new file mode 100644
index 0000000..a646c47
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb
@@ -0,0 +1,28 @@
+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 setuptools pypi
+
+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 \
+        "
-- 
2.7.4



More information about the meta-virtualization mailing list