From f1df6368043cabffb9eb5cf97cc852ff0331db45 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 27 Jun 2024 20:14:17 -0400 Subject: [PATCH] net-analyzer/notus-scanner: fix overdependency on tomli Since 22.5.0, it has supported using the stdlib tomllib when available: https://github.com/greenbone/notus-scanner/commit/73f429133f0f07855d4d0731b6547bc8d672b482 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 Signed-off-by: Sam James --- ...s-scanner-22.6.3.ebuild => notus-scanner-22.6.3-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename net-analyzer/notus-scanner/{notus-scanner-22.6.3.ebuild => notus-scanner-22.6.3-r1.ebuild} (96%) diff --git a/net-analyzer/notus-scanner/notus-scanner-22.6.3.ebuild b/net-analyzer/notus-scanner/notus-scanner-22.6.3-r1.ebuild similarity index 96% rename from net-analyzer/notus-scanner/notus-scanner-22.6.3.ebuild rename to net-analyzer/notus-scanner/notus-scanner-22.6.3-r1.ebuild index c14414c682268..9ac39d6372b92 100644 --- a/net-analyzer/notus-scanner/notus-scanner-22.6.3.ebuild +++ b/net-analyzer/notus-scanner/notus-scanner-22.6.3-r1.ebuild @@ -22,7 +22,9 @@ DEPEND=" >=dev-python/python-gnupg-0.5.1[${PYTHON_USEDEP}] =dev-python/paho-mqtt-1.5.1[${PYTHON_USEDEP}] -