diff options
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/dnspython-2.3.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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 |