diff options
-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 0968ce38dd2d4..2a208d072f9a4 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, pycryptodome and ecdsa are optional dependencies for DNSSEC +python3, pycrypto, pycryptodomex and ecdsa are optional dependencies for DNSSEC functionality. |