[meta-virtualization] [m-c-s][PATCH 29/49] python-manilaclient: initial version

Mark Asselstine mark.asselstine at windriver.com
Wed Feb 3 17:41:24 PST 2016


From: Mark Asselstine <asselsm at gmail.com>

This package provides Python bindings to the OpenStack Manila API.

This package is required by heat.

Signed-off-by: Mark Asselstine <asselsm at gmail.com>
---
 .../python/python-manilaclient_git.bb              | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-manilaclient_git.bb

diff --git a/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb b/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb
new file mode 100644
index 0000000..5cabf2e
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb
@@ -0,0 +1,35 @@
+DESCRIPTION = "Python bindings to the OpenStack Manila API"
+HOMEPAGE = "https://github.com/openstack/python-manilaclient"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=9edbbf5857ab51214ef0e8b79069bb07"
+
+DEPENDS += " \
+        python-pip \
+        python-pbr \
+        "
+
+RDEPENDS_${PN} +=" \
+        python-pbr \
+        python-iso8601 \
+        python-oslo.config \
+        python-oslo.log \
+        python-oslo.serialization \
+        python-oslo.utils \
+        python-prettytable \
+        python-pycrypto \
+        python-requests \
+        python-simplejson \
+        python-babel \
+        python-six \
+        python-keystoneclient \
+	"
+
+SRCNAME = "manilaclient"
+SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
+
+PV = "1.4.0+git${SRCPV}"
+SRCREV = "0bbd2144f701df3408b1435b16611c2ba3c22221"
+S = "${WORKDIR}/git"
+
+inherit setuptools rmargparse
-- 
2.1.4



More information about the meta-virtualization mailing list