diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-02-29 19:02:20 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-02-29 19:03:36 +0100 |
commit | 5f5298fe82636046cb50893baf835bb468c4cb47 (patch) | |
tree | e90cdd8d8512e1daa5a93cb65555204fc6413429 /net-analyzer/greenbone-feed-sync | |
parent | sys-kernel/dracut: Depend on virtual/pkgconfig[native-symlinks(+)] (diff) | |
download | gentoo-5f5298fe82636046cb50893baf835bb468c4cb47.tar.gz gentoo-5f5298fe82636046cb50893baf835bb468c4cb47.tar.bz2 gentoo-5f5298fe82636046cb50893baf835bb468c4cb47.zip |
net-analyzer/greenbone-feed-sync: add missing pontos test dependency
Closes: https://bugs.gentoo.org/925746
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer/greenbone-feed-sync')
-rw-r--r-- | net-analyzer/greenbone-feed-sync/greenbone-feed-sync-24.1.1.ebuild | 11 |
1 files 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 ) " |