diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-08-26 13:46:59 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-08-30 00:16:17 -0400 |
| commit | ad31672950a1094e891fb7fa3fc8e8b1e9979dc7 (patch) | |
| tree | e80cc3d07988527c4717e261cdc827540421f518 /meta-openstack/recipes-devtools/python | |
| parent | c84c2db95d744ad68526423a95d9c7db09abacc3 (diff) | |
| download | meta-cloud-services-ad31672950a1094e891fb7fa3fc8e8b1e9979dc7.tar.gz | |
python-keystoneauth1: Add python3 version
Providing a python3 version of python-keystoneauth1.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
3 files changed, 31 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc b/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc new file mode 100644 index 0000000..3d6309d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "Authentication Library for OpenStack Identity" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "599340c2b3ccbcf9996870478abb5407" | ||
| 8 | SRC_URI[sha256sum] = "59a4488ceae0c1210cba468945013b875b2ce09d99c54c9fcc9c926aea55dfd7" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | ${PYTHON_PN}-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # Satisfy setup.py 'setup_requires' | ||
| 17 | DEPENDS += " \ | ||
| 18 | ${PYTHON_PN}-pbr-native \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | ${PYTHON_PN}-pbr \ | ||
| 23 | ${PYTHON_PN}-iso8601 \ | ||
| 24 | ${PYTHON_PN}-requests \ | ||
| 25 | ${PYTHON_PN}-six \ | ||
| 26 | ${PYTHON_PN}-stevedore \ | ||
| 27 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.17.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.17.0.bb index 18115b2..f244f7d 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.17.0.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.17.0.bb | |||
| @@ -1,27 +1,2 @@ | |||
| 1 | DESCRIPTION = "Authentication Library for OpenStack Identity" | 1 | inherit setuptools |
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1" | 2 | require python-keystoneauth1.inc |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "599340c2b3ccbcf9996870478abb5407" | ||
| 8 | SRC_URI[sha256sum] = "59a4488ceae0c1210cba468945013b875b2ce09d99c54c9fcc9c926aea55dfd7" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # Satisfy setup.py 'setup_requires' | ||
| 17 | DEPENDS += " \ | ||
| 18 | python-pbr-native \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | python-pbr \ | ||
| 23 | python-iso8601 \ | ||
| 24 | python-requests \ | ||
| 25 | python-six \ | ||
| 26 | python-stevedore \ | ||
| 27 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-keystoneauth1_3.17.0.bb b/meta-openstack/recipes-devtools/python/python3-keystoneauth1_3.17.0.bb new file mode 100644 index 0000000..75adf3d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-keystoneauth1_3.17.0.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-keystoneauth1.inc | ||
