summaryrefslogtreecommitdiffstats
path: root/python/dnspython/README
diff options
context:
space:
mode:
author Larry Hajali2018-01-15 19:36:03 +0100
committer Willy Sudiarto Raharjo2018-01-17 13:46:27 +0100
commite3898402bf0b3c9ce8fcfb4a7fa0f425661785a9 (patch)
treeed203fdd70286080a09532cc79721b503341c0d3 /python/dnspython/README
parent7e12e0cc0143f2596eff2eb97ec1a89ffd1fa583 (diff)
downloadold.slackbuilds-e3898402bf0b3c9ce8fcfb4a7fa0f425661785a9.tar.gz
python/dnspython: Added python3 support
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/dnspython/README')
-rw-r--r--python/dnspython/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/dnspython/README b/python/dnspython/README
index 4ff3ee0745..8ec893d537 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.