diff options
| author | Simo Sorce <idra@samba.org> | 2020-04-07 18:10:06 -0400 |
|---|---|---|
| committer | Simo Sorce <idra@samba.org> | 2020-04-07 18:23:59 -0400 |
| commit | e93853e691a7308baddd1497120e35bcb9d0bcb0 (patch) | |
| tree | b667a617f73ce9403344b67aa49b129036b80539 /setup.py | |
| parent | 7316b156f44c4986a5b96e29992fb3f873f09f21 (diff) | |
| download | dnspython-e93853e691a7308baddd1497120e35bcb9d0bcb0.tar.gz | |
Use python cryptography for DNSSEC
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ direct manipulation of DNS zones, messages, names, and records.""", 'tests_require': ['typing ; python_version<"3.5"'], 'extras_require': { 'IDNA': ['idna>=2.1'], - 'DNSSEC': ['pycryptodome>=3.4', 'ecpy'], + 'DNSSEC': ['cryptography>=2.6'], }, 'ext_modules': ext_modules if compile_cython else None, 'zip_safe': False if compile_cython else None, |
