diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-06-06 11:01:40 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-06-06 11:03:05 -0400 |
commit | d31b50299ed4f0500b09539ec50531af5e1e62ca (patch) | |
tree | 3709bceaa9fb47888eeb94299b503480cf807193 /net-libs | |
parent | app-misc/zellij: drop 0.39.0, 0.39.1 (diff) | |
download | gentoo-d31b50299ed4f0500b09539ec50531af5e1e62ca.tar.gz gentoo-d31b50299ed4f0500b09539ec50531af5e1e62ca.tar.bz2 gentoo-d31b50299ed4f0500b09539ec50531af5e1e62ca.zip |
net-libs/ldns: depend on dev-python/setuptools
Closes: https://bugs.gentoo.org/933604
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/ldns/ldns-1.8.3-r3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-libs/ldns/ldns-1.8.3-r3.ebuild b/net-libs/ldns/ldns-1.8.3-r3.ebuild index 13e5a0b193fa..2ee493081d6b 100644 --- a/net-libs/ldns/ldns-1.8.3-r3.ebuild +++ b/net-libs/ldns/ldns-1.8.3-r3.ebuild @@ -18,7 +18,11 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="test" # missing test directory BDEPEND=" - python? ( dev-lang/swig ) + python? ( + ${PYTHON_DEPS} + dev-lang/swig + $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]') + ) doc? ( app-text/doxygen ) " DEPEND=" |