diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-magnumclient_3.2.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-magnumclient_3.2.1.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-magnumclient_3.2.1.bb b/meta-openstack/recipes-devtools/python/python3-magnumclient_3.2.1.bb new file mode 100644 index 0000000..28af248 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-magnumclient_3.2.1.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 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 | SRC_URI[sha256sum] = "3d03a3a3cf4b9ece4e903a77415356767c2bea44ce5c1449a00edb527fc9cb0e" | ||
| 8 | |||
| 9 | DEPENDS += " \ | ||
| 10 | python3-pip \ | ||
| 11 | python3-pbr \ | ||
| 12 | " | ||
| 13 | |||
| 14 | # Satisfy setup.py 'setup_requires' | ||
| 15 | DEPENDS += " \ | ||
| 16 | python3-pbr-native \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS_${PN} +=" \ | ||
| 20 | python3-pbr \ | ||
| 21 | python3-babel \ | ||
| 22 | python3-oslo.config \ | ||
| 23 | python3-oslo.i18n \ | ||
| 24 | python3-oslo.serialization \ | ||
| 25 | python3-oslo.utils \ | ||
| 26 | python3-iso8601 \ | ||
| 27 | python3-requests \ | ||
| 28 | python3-keystoneclient \ | ||
| 29 | python3-pyyaml \ | ||
| 30 | python3-stevedore \ | ||
| 31 | python3-six \ | ||
| 32 | " | ||
| 33 | |||
| 34 | PYPI_PACKAGE = "python-magnumclient" | ||
| 35 | |||
| 36 | inherit setuptools3 pypi | ||
