sci-chemistry/chemex: fix mysterious overdependency on tomli

In upstream version 2024.02.09 some "refactoring" was done:
97d6896836

It 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: c5f2c62113
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-06-26 13:15:32 -04:00
committed by Sam James
parent c04518a184
commit ea87da8046
2 changed files with 0 additions and 2 deletions

View File

@@ -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}"

View File

@@ -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}"