commit:     3ac5e3a9ac0836565ce762c34cb6707c46ac5634
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 21:39:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 21:39:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac5e3a9

net-dns/pdns: fix PythonMissingDeps

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-dns/pdns/pdns-4.8.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-dns/pdns/pdns-4.8.0.ebuild b/net-dns/pdns/pdns-4.8.0.ebuild
index f4cd9f633ea0..54510e17d698 100644
--- a/net-dns/pdns/pdns-4.8.0.ebuild
+++ b/net-dns/pdns/pdns-4.8.0.ebuild
@@ -39,7 +39,8 @@ RDEPEND="${DEPEND}
        acct-user/pdns
        acct-group/pdns"
 
-BDEPEND="virtual/pkgconfig
+BDEPEND="${PYTHON_DEPS}
+       virtual/pkgconfig
        doc? ( app-doc/doxygen[dot] )"
 
 S="${WORKDIR}"/${P/_/-}

Reply via email to