diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-magnumclient_git.bb | 34 |
1 files changed, 34 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "Python client for containers service" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/python-magnumclient" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" | ||
| 6 | |||
| 7 | DEPENDS += " \ | ||
| 8 | python-pip \ | ||
| 9 | python-pbr \ | ||
| 10 | " | ||
| 11 | |||
| 12 | RDEPENDS_${PN} +=" \ | ||
| 13 | python-pbr \ | ||
| 14 | python-babel \ | ||
| 15 | python-oslo.config \ | ||
| 16 | python-oslo.i18n \ | ||
| 17 | python-oslo.serialization \ | ||
| 18 | python-oslo.utils \ | ||
| 19 | python-iso8601 \ | ||
| 20 | python-requests \ | ||
| 21 | python-keystoneclient \ | ||
| 22 | python-pyyaml \ | ||
| 23 | python-stevedore \ | ||
| 24 | python-six \ | ||
| 25 | " | ||
| 26 | |||
| 27 | SRCNAME = "magnumclient" | ||
| 28 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" | ||
| 29 | |||
| 30 | PV = "1.0.0.0b1+git${SRCPV}" | ||
| 31 | SRCREV = "fb1ff6777eb96a5b7ba38156bf8354cda9b88ad4" | ||
| 32 | S = "${WORKDIR}/git" | ||
| 33 | |||
| 34 | inherit setuptools rmargparse | ||
