diff options
Diffstat (limited to 'python/dnspython/README')
-rw-r--r-- | python/dnspython/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/dnspython/README b/python/dnspython/README index 8ec893d537..0968ce38dd 100644 --- a/python/dnspython/README +++ b/python/dnspython/README @@ -7,5 +7,5 @@ level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records. -python3, pycrypto and ecdsa are optional dependencies for DNSSEC +python3, pycrypto, pycryptodome and ecdsa are optional dependencies for DNSSEC functionality. |