diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb | 28 |
1 files changed, 28 insertions, 0 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 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 @@ | |||
| 1 | DESCRIPTION = "Python binding for the PowerVM REST API" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/pypowervm" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "54e4dfaa569350254b0a0f4c19686ded" | ||
| 8 | SRC_URI[sha256sum] = "ab27d4efb59105555b6c9b1fe7792fd895ad9ca893058c39bba4106d6a0ad986" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | python-lxml \ | ||
| 14 | python-oslo.concurrency \ | ||
| 15 | python-oslo.context \ | ||
| 16 | python-oslo.i18n \ | ||
| 17 | python-oslo.log \ | ||
| 18 | python-oslo.utils \ | ||
| 19 | python-pbr \ | ||
| 20 | python-pyasn1-modules \ | ||
| 21 | python-pyasn1 \ | ||
| 22 | python-pytz \ | ||
| 23 | python-requests \ | ||
| 24 | python-six \ | ||
| 25 | python-futures \ | ||
| 26 | python-taskflow \ | ||
| 27 | python-networkx \ | ||
| 28 | " | ||
