commit: 3f54e55c6c85d011858353892939cb18d98aef26 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Feb 5 08:56:49 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Feb 5 10:07:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f54e55c
dev-python/pyproject2setuppy: Bump minimum tomli dep Apparently some people are using ancient buggy tomli versions, so force upgrade. Closes: https://bugs.gentoo.org/832633 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../{pyproject2setuppy-22.ebuild => pyproject2setuppy-22-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyproject2setuppy/pyproject2setuppy-22.ebuild b/dev-python/pyproject2setuppy/pyproject2setuppy-22-r1.ebuild similarity index 89% rename from dev-python/pyproject2setuppy/pyproject2setuppy-22.ebuild rename to dev-python/pyproject2setuppy/pyproject2setuppy-22-r1.ebuild index d6dcc5868fe8..cb79c4d13ac5 100644 --- a/dev-python/pyproject2setuppy/pyproject2setuppy-22.ebuild +++ b/dev-python/pyproject2setuppy/pyproject2setuppy-22-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 s RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/tomli[${PYTHON_USEDEP}]" + >=dev-python/tomli-1.2.3[${PYTHON_USEDEP}]" BDEPEND="${RDEPEND} test? ( dev-python/pytest-forked[${PYTHON_USEDEP}]
