diff options
author | Larry Hajali <larryhaja@gmail.com> | 2018-01-15 10:36:03 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-17 19:46:27 +0700 |
commit | 1c44d71b6f9eff6ea71a197f30b571d44cc3ad59 (patch) | |
tree | 7ca17effd12531d3b0f7d6536dafc4cb6af02fde /python/dnspython/README | |
parent | 46c8192bd97c0ab1ec862d9f83f47f72ab1ba612 (diff) |
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/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. |