[meta-virtualization] [m-c-s][PATCH 30/49] python-magnumclient: initial version

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


From: Mark Asselstine <asselsm at gmail.com>

This package provides a Python client for containers service.

This package is required by heat.

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

diff --git a/meta-openstack/recipes-devtools/python/python-magnumclient_git.bb b/meta-openstack/recipes-devtools/python/python-magnumclient_git.bb
new file mode 100644
index 0000000..fd12589
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-magnumclient_git.bb
@@ -0,0 +1,34 @@
+DESCRIPTION = "Python client for containers service"
+HOMEPAGE = "https://github.com/openstack/python-magnumclient"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
+
+DEPENDS += " \
+        python-pip \
+        python-pbr \
+        "
+
+RDEPENDS_${PN} +=" \
+        python-pbr \
+        python-babel \
+        python-oslo.config \
+        python-oslo.i18n \
+        python-oslo.serialization \
+        python-oslo.utils \
+        python-iso8601 \
+        python-requests \
+        python-keystoneclient \
+        python-pyyaml \
+        python-stevedore \
+        python-six \
+	"
+
+SRCNAME = "magnumclient"
+SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
+
+PV = "1.0.0.0b1+git${SRCPV}"
+SRCREV = "fb1ff6777eb96a5b7ba38156bf8354cda9b88ad4"
+S = "${WORKDIR}/git"
+
+inherit setuptools rmargparse
-- 
2.1.4



More information about the meta-virtualization mailing list