diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 11:55:12 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:24 -0500 |
commit | 40341353c910ba7d26b76723ea15b35faee98754 (patch) | |
tree | ab421f5e016b029c94acf6a3c75c0d77a36c255b /python/dnspython | |
parent | f705855b7e1e2d54dd341e2a5bd1be2893a88e1f (diff) | |
download | slackbuilds-40341353c910ba7d26b76723ea15b35faee98754.tar.gz |
python/dnspython: Fixed dep information
Diffstat (limited to 'python/dnspython')
-rw-r--r-- | python/dnspython/README | 2 | ||||
-rw-r--r-- | python/dnspython/dnspython.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/dnspython/README b/python/dnspython/README index 5190a47b0b..0188d8b5b6 100644 --- a/python/dnspython/README +++ b/python/dnspython/README @@ -7,4 +7,4 @@ 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. -Optionally, dnspython can use pycrypto for DNSSEC functionality. +pycrypto is an optional dependency for DNSSEC functionality. diff --git a/python/dnspython/dnspython.info b/python/dnspython/dnspython.info index b1087effdd..2266d258c2 100644 --- a/python/dnspython/dnspython.info +++ b/python/dnspython/dnspython.info @@ -5,6 +5,6 @@ DOWNLOAD="http://www.dnspython.org/kits/1.9.4/dnspython-1.9.4.tar.gz" MD5SUM="8a89b7865251c4e9d8ec2f8cc9f8cd78" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pycrypto" +REQUIRES="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" |