commit:     d31b50299ed4f0500b09539ec50531af5e1e62ca
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 15:01:40 2024 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 15:03:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31b5029

net-libs/ldns: depend on dev-python/setuptools

Closes: https://bugs.gentoo.org/933604
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-libs/ldns/ldns-1.8.3-r3.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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="

Reply via email to