aboutsummaryrefslogtreecommitdiff
path: root/python/dnspython/README
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2021-03-10 21:54:07 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:18:57 -0500
commitabee85f0ea483328168bd25d39cc48154024972f (patch)
treeb88d2ea0bd5f3f4ccfc01a346ae427a1b7598752 /python/dnspython/README
parentc0f54184fbc1248695fe4c9362872ba70bd341fa (diff)
python/dnspython: Disable python3 support.
python-dnspython in current takes care of that Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/dnspython/README')
-rw-r--r--python/dnspython/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/dnspython/README b/python/dnspython/README
index 2a208d072f9a4..983875ac1e259 100644
--- a/python/dnspython/README
+++ b/python/dnspython/README
@@ -6,6 +6,3 @@ dnspython provides both high and low level access to DNS. The high
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, pycryptodomex and ecdsa are optional dependencies for DNSSEC
-functionality.