net-analyzer/notus-scanner: fix overdependency on tomli

Since 22.5.0, it has supported using the stdlib tomllib when available:

73f429133f

The versioned dependency is poetry semver paranoia. tomli is a stdlib
backport and will remain compatible with the stdlib (presumably by never
bumping to "semver major 3"). But don't argue since it was already in
the ebuild.

In principle, this overdependency could be fixed for 22.6.2 as well, but
going through stabilization for that isn't worth it. This version is
upcoming anyway.

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-27 20:14:17 -04:00
committed by Sam James
parent 280e4fdbaa
commit f1df636804

View File

@@ -22,7 +22,9 @@ DEPEND="
>=dev-python/python-gnupg-0.5.1[${PYTHON_USEDEP}]
<dev-python/packaging-24.1[${PYTHON_USEDEP}]
>=dev-python/paho-mqtt-1.5.1[${PYTHON_USEDEP}]
<dev-python/tomli-3[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
<dev-python/tomli-3[${PYTHON_USEDEP}]
' 3.10)
"
RDEPEND="