commit:     5f5298fe82636046cb50893baf835bb468c4cb47
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 29 18:02:20 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 18:03:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5298fe

net-analyzer/greenbone-feed-sync: add missing pontos test dependency

Closes: https://bugs.gentoo.org/925746
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 .../greenbone-feed-sync/greenbone-feed-sync-24.1.1.ebuild     | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-24.1.1.ebuild 
b/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-24.1.1.ebuild
index e354564f0634..7ae049456675 100644
--- a/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-24.1.1.ebuild
+++ b/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-24.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} pypy3)
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=poetry
 inherit distutils-r1 systemd
 
@@ -16,7 +16,7 @@ LICENSE="GPL-3+"
 KEYWORDS="~amd64"
 IUSE="cron"
 
-DEPEND="
+COMMON_DEPEND="
        acct-user/gvm
        net-misc/rsync
        >=net-analyzer/gvmd-22.5.0
@@ -24,9 +24,12 @@ DEPEND="
        >=dev-python/rich-13.2.0[${PYTHON_USEDEP}]
        >=dev-python/shtab-1.6.5[${PYTHON_USEDEP}]
 "
-
+DEPEND="
+       ${COMMON_DEPEND}
+       test? ( net-analyzer/pontos[${PYTHON_USEDEP}] )
+"
 RDEPEND="
-       ${DEPEND}
+       ${COMMON_DEPEND}
        cron? ( virtual/cron )
 "
 

Reply via email to