diff options
Diffstat (limited to 'python/dnspython/README')
-rw-r--r-- | python/dnspython/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/dnspython/README b/python/dnspython/README index 4ff3ee0745599..8ec893d537237 100644 --- a/python/dnspython/README +++ b/python/dnspython/README @@ -7,4 +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. -pycrypto and ecdsa are optional dependencies for DNSSEC functionality. +python3, pycrypto and ecdsa are optional dependencies for DNSSEC +functionality. |