mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
sci-chemistry/chemex: fix mysterious overdependency on tomli
In upstream version 2024.02.09 some "refactoring" was done:97d6896836It dropped support for python 3.10 and required the stdlib tomllib rather than trying tomli. And sure enough, when 2024.02.16 was added to ::gentoo, it excluded 3.10 support for this exact reason. But it didn't state why, and it didn't remove the out of date tomli dependency. Remove it now. Bug: https://bugs.gentoo.org/929756 Fixes:c5f2c62113Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -35,7 +35,6 @@ RDEPEND="
|
||||
>=dev-python/rapidfuzz-3.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/rich-13.7.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/scipy-1.13.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
|
||||
')
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
@@ -35,7 +35,6 @@ RDEPEND="
|
||||
>=dev-python/rapidfuzz-3.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/rich-13.7.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/scipy-1.13.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
|
||||
')
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user