diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-03-25 15:42:50 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-03-25 15:45:27 +0200 |
commit | 55698c8effc14c6c4255f9fdcbab4f94d74e3fe6 (patch) | |
tree | 28d4e4594020c5b400b693859b9c068acf5294fe /net-analyzer/ospd | |
parent | net-analyzer/gvm-tools: DISTUTILS_USE_SETUPTOOLS=rdepend (diff) | |
download | gentoo-55698c8effc14c6c4255f9fdcbab4f94d74e3fe6.tar.gz gentoo-55698c8effc14c6c4255f9fdcbab4f94d74e3fe6.tar.bz2 gentoo-55698c8effc14c6c4255f9fdcbab4f94d74e3fe6.zip |
net-analyzer/ospd: DISTUTILS_USE_SETUPTOOLS=rdepend
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer/ospd')
-rw-r--r-- | net-analyzer/ospd/ospd-2.0.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-analyzer/ospd/ospd-2.0.0.ebuild b/net-analyzer/ospd/ospd-2.0.0.ebuild index 24f2cac6bb8d..de47046f6fc3 100644 --- a/net-analyzer/ospd/ospd-2.0.0.ebuild +++ b/net-analyzer/ospd/ospd-2.0.0.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Base class for scanner wrappers,communication protocol for GVM" |