python/dnspython: Update README

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-01-25 09:01:18 +07:00
parent 0d9a21e1ce
commit 34037102f8
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -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.