commit: 7abc0538c876a1197b5bc4de342ffcbb59caf455
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 31 11:43:58 2025 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Mar 31 11:45:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abc0538
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 <AT> gentoo.org>
.../{ospd-openvas-22.7.1.ebuild => ospd-openvas-22.7.1-r1.ebuild} | 1 -
1 file changed, 1 deletion(-)
diff --git a/net-analyzer/ospd-openvas/ospd-openvas-22.7.1.ebuild
b/net-analyzer/ospd-openvas/ospd-openvas-22.7.1-r1.ebuild
similarity index 98%
rename from net-analyzer/ospd-openvas/ospd-openvas-22.7.1.ebuild
rename to net-analyzer/ospd-openvas/ospd-openvas-22.7.1-r1.ebuild
index 5ba56c4137f7..3d8fa048e255 100644
--- a/net-analyzer/ospd-openvas/ospd-openvas-22.7.1.ebuild
+++ b/net-analyzer/ospd-openvas/ospd-openvas-22.7.1-r1.ebuild
@@ -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}]