commit: 729204550a78df5dca7c9eb661c29dc64fbb1a90 Author: Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com> AuthorDate: Sun Nov 24 17:48:31 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Fri Nov 29 12:05:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72920455
net-analyzer/notus-scanner: remove version constraint on dev-python/packaging Bug: https://bugs.gentoo.org/928232 Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com> Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> ...{notus-scanner-22.6.4-r1.ebuild => notus-scanner-22.6.4-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/notus-scanner/notus-scanner-22.6.4-r1.ebuild b/net-analyzer/notus-scanner/notus-scanner-22.6.4-r2.ebuild similarity index 95% rename from net-analyzer/notus-scanner/notus-scanner-22.6.4-r1.ebuild rename to net-analyzer/notus-scanner/notus-scanner-22.6.4-r2.ebuild index cc3cdd16a286..6f68cb09ca2f 100644 --- a/net-analyzer/notus-scanner/notus-scanner-22.6.4-r1.ebuild +++ b/net-analyzer/notus-scanner/notus-scanner-22.6.4-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 greadme systemd @@ -20,7 +20,7 @@ DEPEND=" net-libs/paho-mqtt-c >=dev-python/psutil-6.0[${PYTHON_USEDEP}] >=dev-python/python-gnupg-0.5.1[${PYTHON_USEDEP}] - <dev-python/packaging-24.2[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] >=dev-python/paho-mqtt-1.5.1[${PYTHON_USEDEP}] <dev-python/tomli-3[${PYTHON_USEDEP}] "