python/dnspython: Fixed dep information
This commit is contained in:
parent
f705855b7e
commit
40341353c9
|
@ -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
|
class, and return an answer set. The low level classes allow direct
|
||||||
manipulation of DNS zones, messages, names, and records.
|
manipulation of DNS zones, messages, names, and records.
|
||||||
|
|
||||||
Optionally, dnspython can use pycrypto for DNSSEC functionality.
|
pycrypto is an optional dependency for DNSSEC functionality.
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://www.dnspython.org/kits/1.9.4/dnspython-1.9.4.tar.gz"
|
||||||
MD5SUM="8a89b7865251c4e9d8ec2f8cc9f8cd78"
|
MD5SUM="8a89b7865251c4e9d8ec2f8cc9f8cd78"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pycrypto"
|
REQUIRES=""
|
||||||
MAINTAINER="Larry Hajali"
|
MAINTAINER="Larry Hajali"
|
||||||
EMAIL="larryhaja[at]gmail[dot]com"
|
EMAIL="larryhaja[at]gmail[dot]com"
|
||||||
|
|
Loading…
Reference in New Issue