third_party/dnspython: Remove dnspython library from third_party
authorNoel Power <noel.power@suse.com>
Thu, 6 Dec 2018 09:51:59 +0000 (09:51 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 11 Dec 2018 22:37:43 +0000 (23:37 +0100)
commit8d333f43055daf5e18623f2ad9e379f58ef5f8cd
tree2b5605918da1235d3dbbfe418df9a2b8cd551aca
parent923010d99bd79c36b8d6dbedef4228df4d6fa1b4
third_party/dnspython: Remove dnspython library from third_party

This version of dnspython isn't python3 compatible and is
quite old.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Dec 11 23:37:43 CET 2018 on sn-devel-144
116 files changed:
third_party/dnspython/.gitignore [deleted file]
third_party/dnspython/ChangeLog [deleted file]
third_party/dnspython/LICENSE [deleted file]
third_party/dnspython/MANIFEST.in [deleted file]
third_party/dnspython/Makefile [deleted file]
third_party/dnspython/README [deleted file]
third_party/dnspython/TODO [deleted file]
third_party/dnspython/dns/__init__.py [deleted file]
third_party/dnspython/dns/dnssec.py [deleted file]
third_party/dnspython/dns/e164.py [deleted file]
third_party/dnspython/dns/edns.py [deleted file]
third_party/dnspython/dns/entropy.py [deleted file]
third_party/dnspython/dns/exception.py [deleted file]
third_party/dnspython/dns/flags.py [deleted file]
third_party/dnspython/dns/hash.py [deleted file]
third_party/dnspython/dns/inet.py [deleted file]
third_party/dnspython/dns/ipv4.py [deleted file]
third_party/dnspython/dns/ipv6.py [deleted file]
third_party/dnspython/dns/message.py [deleted file]
third_party/dnspython/dns/name.py [deleted file]
third_party/dnspython/dns/namedict.py [deleted file]
third_party/dnspython/dns/node.py [deleted file]
third_party/dnspython/dns/opcode.py [deleted file]
third_party/dnspython/dns/query.py [deleted file]
third_party/dnspython/dns/rcode.py [deleted file]
third_party/dnspython/dns/rdata.py [deleted file]
third_party/dnspython/dns/rdataclass.py [deleted file]
third_party/dnspython/dns/rdataset.py [deleted file]
third_party/dnspython/dns/rdatatype.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/AFSDB.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/CERT.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/CNAME.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/DLV.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/DNAME.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/DNSKEY.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/DS.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/GPOS.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/HINFO.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/HIP.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/ISDN.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/LOC.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/MX.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/NS.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/NSEC.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/NSEC3.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/NSEC3PARAM.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/PTR.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/RP.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/RRSIG.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/RT.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/SOA.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/SPF.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/SSHFP.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/TXT.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/X25.py [deleted file]
third_party/dnspython/dns/rdtypes/ANY/__init__.py [deleted file]
third_party/dnspython/dns/rdtypes/IN/A.py [deleted file]
third_party/dnspython/dns/rdtypes/IN/AAAA.py [deleted file]
third_party/dnspython/dns/rdtypes/IN/APL.py [deleted file]
third_party/dnspython/dns/rdtypes/IN/DHCID.py [deleted file]
third_party/dnspython/dns/rdtypes/IN/IPSECKEY.py [deleted file]
third_party/dnspython/dns/rdtypes/IN/KX.py [deleted file]
third_party/dnspython/dns/rdtypes/IN/NAPTR.py [deleted file]
third_party/dnspython/dns/rdtypes/IN/NSAP.py [deleted file]
third_party/dnspython/dns/rdtypes/IN/NSAP_PTR.py [deleted file]
third_party/dnspython/dns/rdtypes/IN/PX.py [deleted file]
third_party/dnspython/dns/rdtypes/IN/SRV.py [deleted file]
third_party/dnspython/dns/rdtypes/IN/WKS.py [deleted file]
third_party/dnspython/dns/rdtypes/IN/__init__.py [deleted file]
third_party/dnspython/dns/rdtypes/__init__.py [deleted file]
third_party/dnspython/dns/rdtypes/dsbase.py [deleted file]
third_party/dnspython/dns/rdtypes/mxbase.py [deleted file]
third_party/dnspython/dns/rdtypes/nsbase.py [deleted file]
third_party/dnspython/dns/rdtypes/txtbase.py [deleted file]
third_party/dnspython/dns/renderer.py [deleted file]
third_party/dnspython/dns/resolver.py [deleted file]
third_party/dnspython/dns/reversename.py [deleted file]
third_party/dnspython/dns/rrset.py [deleted file]
third_party/dnspython/dns/set.py [deleted file]
third_party/dnspython/dns/tokenizer.py [deleted file]
third_party/dnspython/dns/tsig.py [deleted file]
third_party/dnspython/dns/tsigkeyring.py [deleted file]
third_party/dnspython/dns/ttl.py [deleted file]
third_party/dnspython/dns/update.py [deleted file]
third_party/dnspython/dns/version.py [deleted file]
third_party/dnspython/dns/wiredata.py [deleted file]
third_party/dnspython/dns/zone.py [deleted file]
third_party/dnspython/examples/ddns.py [deleted file]
third_party/dnspython/examples/e164.py [deleted file]
third_party/dnspython/examples/mx.py [deleted file]
third_party/dnspython/examples/name.py [deleted file]
third_party/dnspython/examples/reverse.py [deleted file]
third_party/dnspython/examples/reverse_name.py [deleted file]
third_party/dnspython/examples/xfr.py [deleted file]
third_party/dnspython/examples/zonediff.py [deleted file]
third_party/dnspython/setup.py [deleted file]
third_party/dnspython/tests/Makefile [deleted file]
third_party/dnspython/tests/bugs.py [deleted file]
third_party/dnspython/tests/dnssec.py [deleted file]
third_party/dnspython/tests/example [deleted file]
third_party/dnspython/tests/example1.good [deleted file]
third_party/dnspython/tests/example2.good [deleted file]
third_party/dnspython/tests/flags.py [deleted file]
third_party/dnspython/tests/message.py [deleted file]
third_party/dnspython/tests/name.py [deleted file]
third_party/dnspython/tests/namedict.py [deleted file]
third_party/dnspython/tests/ntoaaton.py [deleted file]
third_party/dnspython/tests/rdtypeandclass.py [deleted file]
third_party/dnspython/tests/resolver.py [deleted file]
third_party/dnspython/tests/rrset.py [deleted file]
third_party/dnspython/tests/set.py [deleted file]
third_party/dnspython/tests/tokenizer.py [deleted file]
third_party/dnspython/tests/update.py [deleted file]
third_party/dnspython/tests/zone.py [deleted file]
third_party/dnspython/util/COPYRIGHT [deleted file]
third_party/dnspython/util/copyrights [deleted file]