commit:     e1d0990c9945008895ba11c2c5a5ebd67b3ed803
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 13:01:22 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 18:21:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d0990c

dev-python/dnspython: Add test dep on dev-python/cryptography

Closes: https://bugs.gentoo.org/891039
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/dnspython/dnspython-2.3.0.ebuild | 5 +++++
 profiles/features/wd40/package.use.mask     | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/dnspython/dnspython-2.3.0.ebuild 
b/dev-python/dnspython/dnspython-2.3.0.ebuild
index 3362a2edb297..bd524b81f306 100644
--- a/dev-python/dnspython/dnspython-2.3.0.ebuild
+++ b/dev-python/dnspython/dnspython-2.3.0.ebuild
@@ -30,6 +30,11 @@ RDEPEND="
        )
        <dev-python/idna-4.0[${PYTHON_USEDEP}]
 "
+BDEPEND="
+       test? (
+               dev-python/cryptography[${PYTHON_USEDEP}]
+       )
+"
 
 distutils_enable_tests pytest
 

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index c1cad5feada4..02b2874cd195 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -98,7 +98,7 @@ media-libs/imlib2 svg
 # Michał Górny <mgo...@gentoo.org> (2021-11-26)
 # These package flags require dev-python/cryptography which -- due
 # to the dependency on Rust -- is no longer portable to ${arch}.
-dev-python/dnspython dnssec
+dev-python/dnspython dnssec test
 dev-python/twisted conch ssl
 dev-python/urllib3 test
 net-fs/samba addc ads

Reply via email to