net-analyzer/ospd-openvas: weaken defusedxml dependency restriction

Allow for defusedxml 0.8 (and greater), because there seems no API
change between defusedxml 0.7 and 0.8, and 0.8 is the only ebuild in
::gentoo marked with python3_13.

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2025-03-31 13:43:58 +02:00
parent 7eeb2cfdb5
commit 7abc0538c8

View File

@@ -19,7 +19,6 @@ IUSE="doc +notus"
DEPEND="
acct-user/gvm
>=dev-python/defusedxml-0.6[${PYTHON_USEDEP}]
<dev-python/defusedxml-0.8[${PYTHON_USEDEP}]
>=dev-python/deprecated-1.2.10[${PYTHON_USEDEP}]
>=dev-python/lxml-4.5.2[${PYTHON_USEDEP}]
<dev-python/lxml-6.0.0[${PYTHON_USEDEP}]