diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-12-08 12:51:16 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-12-10 15:58:21 -0500 |
| commit | c6ba57edc7507302309744f98c6550dea3ebf68a (patch) | |
| tree | f67876f4417ed07a1e049d7ec314ba4ba918cc2b /meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb | |
| parent | e8e4a74f28611159b832bd439cdb58e277debdff (diff) | |
| download | meta-cloud-services-c6ba57edc7507302309744f98c6550dea3ebf68a.tar.gz | |
python3-keystoneauth1: upgrade 4.2.1 -> 4.3.0
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/python3-keystoneauth1_4.2.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb b/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb deleted file mode 100644 index 6c046d9..0000000 --- a/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 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] = "3c65181cb3cf6a8690e1c65de030e3fb" | ||
| 8 | SRC_URI[sha256sum] = "9496bfcc27eff3d05271e10aa64684b7c1fd12a4d96f58511f2286312d9c89a1" | ||
| 9 | |||
| 10 | inherit setuptools3 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 | " | ||
