commit: 316d8ce4d682592bbed6f09f7a6ca804e044b74a Author: Hank Leininger <hlein <AT> korelogic <DOT> com> AuthorDate: Mon Feb 20 19:50:35 2023 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Feb 20 20:17:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=316d8ce4
dev-python/python-openstackclient: fixed pypi conversion Closes: https://bugs.gentoo.org/894988 Signed-off-by: Hank Leininger <hlein <AT> korelogic.com> Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> dev-python/python-openstackclient/Manifest | 1 + dev-python/python-openstackclient/python-openstackclient-6.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/python-openstackclient/Manifest b/dev-python/python-openstackclient/Manifest new file mode 100644 index 000000000000..f9fe5e9f4ce1 --- /dev/null +++ b/dev-python/python-openstackclient/Manifest @@ -0,0 +1 @@ +DIST python-openstackclient-6.0.0.tar.gz 838447 BLAKE2B c6b213b022e8c75d3a94752b29cebda4d9ca1d329dc1cb0b470f6e787dd930b379d16bec6c4a0047e63110e01dbf48bee72ed6ccbf54036fa3d1d5de55487e8b SHA512 20bd8da025ee3c69a5e491089edcb42f961c5109563718198ddd22fab8d6928fa08afd6a7db608c70386bd2b61c571c2fadb1c76f84c3d7f1a60c65d4520dfa6 diff --git a/dev-python/python-openstackclient/python-openstackclient-6.0.0.ebuild b/dev-python/python-openstackclient/python-openstackclient-6.0.0.ebuild index 61f6ab7ab7ed..6059fc760e2e 100644 --- a/dev-python/python-openstackclient/python-openstackclient-6.0.0.ebuild +++ b/dev-python/python-openstackclient/python-openstackclient-6.0.0.ebuild @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A client for the OpenStack APIs" HOMEPAGE="
