summaryrefslogtreecommitdiffstats
path: root/python/dnspython/README
diff options
context:
space:
mode:
author Larry Hajali2019-10-03 06:00:22 +0200
committer Willy Sudiarto Raharjo2019-10-05 08:51:56 +0200
commit3a43aaa803ba6c5a4b10383d13dfe91da699aa18 (patch)
treea7b1f42cd042174b41a1a311e67fcb829363a777 /python/dnspython/README
parent1b3b2fe62b452191b0f80794fd61cb3de482bc18 (diff)
downloadslackbuilds-3a43aaa803ba6c5a4b10383d13dfe91da699aa18.tar.gz
python/dnspython: Updated for version 1.16.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/dnspython/README')
-rw-r--r--python/dnspython/README2
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.