summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-05 09:56:49 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-05 11:07:31 +0100
commit3f54e55c6c85d011858353892939cb18d98aef26 (patch)
tree4b2fc5b3aa1c35ad2a90a288dda944a6ba141a0c /dev-python/pyproject2setuppy
parentwww-client/vivaldi-snapshot: Drop old 5.1.2567.18 (diff)
downloadgentoo-3f54e55c6c85d011858353892939cb18d98aef26.tar.gz
gentoo-3f54e55c6c85d011858353892939cb18d98aef26.tar.bz2
gentoo-3f54e55c6c85d011858353892939cb18d98aef26.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/pyproject2setuppy')
-rw-r--r--dev-python/pyproject2setuppy/pyproject2setuppy-22-r1.ebuild (renamed from dev-python/pyproject2setuppy/pyproject2setuppy-22.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyproject2setuppy/pyproject2setuppy-22.ebuild b/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}]