diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-11-23 22:54:53 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-12-01 16:27:22 -0500 |
| commit | 42828610e7149208b79ba1842170e0d0046372a8 (patch) | |
| tree | 6551f74a3643292fd341484dd3773e133fc16167 /meta-openstack/recipes-devtools/python | |
| parent | 3c5c84590d661c3f0793da71020a306d4546c893 (diff) | |
| download | meta-cloud-services-42828610e7149208b79ba1842170e0d0046372a8.tar.gz | |
python3-os-service-types: Add recipe
Append python3-os-service-types because it is dependent on python3-openstacksdk runtime.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-os-service-types_1.7.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-os-service-types_1.7.0.bb b/meta-openstack/recipes-devtools/python/python3-os-service-types_1.7.0.bb new file mode 100644 index 0000000..a686d6a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-os-service-types_1.7.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Python library for consuming OpenStack sevice-types-authority data" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/os-service-types/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "31800299a82239363995b91f1ebf9106ac7758542a1e4ef6dc737a5932878c6c" | ||
| 8 | |||
| 9 | inherit setuptools3 pypi | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | python3-pbr-native \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS_${PN} += " \ | ||
| 16 | python3-pbr \ | ||
| 17 | " | ||
