diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-25 09:01:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-25 09:01:18 +0700 |
commit | 34037102f8fa7d7219ae561d9438044804bd3ada (patch) | |
tree | c58f8fb227dcf71885d7d4c41af8c657e6f26829 /python | |
parent | 0d9a21e1cea2a55018d2707c25823c77d659e4b3 (diff) | |
download | slackbuilds-34037102f8fa7d7219ae561d9438044804bd3ada.tar.gz |
python/dnspython: Update README
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 0968ce38dd..2a208d072f 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. |