summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-11-07 20:09:10 +0000
committerJeremy Allison <jra@samba.org>2014-11-12 22:40:53 +0100
commitfb39c6fb5edf70097ee31e1b8638838dfc081892 (patch)
tree670982bbd040b87c7acb3d91c0da1a05bfe65994
parent776424e99113a3ffc6679c583093e2892304a7fd (diff)
downloadsamba-fb39c6fb5edf70097ee31e1b8638838dfc081892.tar.gz
samba-fb39c6fb5edf70097ee31e1b8638838dfc081892.tar.xz
samba-fb39c6fb5edf70097ee31e1b8638838dfc081892.zip
Move dnspython to third_party.
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Nov 12 22:40:53 CET 2014 on sn-devel-104
-rw-r--r--lib/wscript_build1
-rwxr-xr-xsource4/scripting/bin/samba_dnsupdate2
-rwxr-xr-xsource4/scripting/bin/samba_upgradedns2
-rw-r--r--third_party/dnspython/.gitignore (renamed from lib/dnspython/.gitignore)0
-rw-r--r--third_party/dnspython/ChangeLog (renamed from lib/dnspython/ChangeLog)0
-rw-r--r--third_party/dnspython/LICENSE (renamed from lib/dnspython/LICENSE)0
-rw-r--r--third_party/dnspython/MANIFEST.in (renamed from lib/dnspython/MANIFEST.in)0
-rw-r--r--third_party/dnspython/Makefile (renamed from lib/dnspython/Makefile)0
-rw-r--r--third_party/dnspython/README (renamed from lib/dnspython/README)0
-rw-r--r--third_party/dnspython/TODO (renamed from lib/dnspython/TODO)0
-rw-r--r--third_party/dnspython/dns/__init__.py (renamed from lib/dnspython/dns/__init__.py)0
-rw-r--r--third_party/dnspython/dns/dnssec.py (renamed from lib/dnspython/dns/dnssec.py)0
-rw-r--r--third_party/dnspython/dns/e164.py (renamed from lib/dnspython/dns/e164.py)0
-rw-r--r--third_party/dnspython/dns/edns.py (renamed from lib/dnspython/dns/edns.py)0
-rw-r--r--third_party/dnspython/dns/entropy.py (renamed from lib/dnspython/dns/entropy.py)0
-rw-r--r--third_party/dnspython/dns/exception.py (renamed from lib/dnspython/dns/exception.py)0
-rw-r--r--third_party/dnspython/dns/flags.py (renamed from lib/dnspython/dns/flags.py)0
-rw-r--r--third_party/dnspython/dns/hash.py (renamed from lib/dnspython/dns/hash.py)0
-rw-r--r--third_party/dnspython/dns/inet.py (renamed from lib/dnspython/dns/inet.py)0
-rw-r--r--third_party/dnspython/dns/ipv4.py (renamed from lib/dnspython/dns/ipv4.py)0
-rw-r--r--third_party/dnspython/dns/ipv6.py (renamed from lib/dnspython/dns/ipv6.py)0
-rw-r--r--third_party/dnspython/dns/message.py (renamed from lib/dnspython/dns/message.py)0
-rw-r--r--third_party/dnspython/dns/name.py (renamed from lib/dnspython/dns/name.py)0
-rw-r--r--third_party/dnspython/dns/namedict.py (renamed from lib/dnspython/dns/namedict.py)0
-rw-r--r--third_party/dnspython/dns/node.py (renamed from lib/dnspython/dns/node.py)0
-rw-r--r--third_party/dnspython/dns/opcode.py (renamed from lib/dnspython/dns/opcode.py)0
-rw-r--r--third_party/dnspython/dns/query.py (renamed from lib/dnspython/dns/query.py)0
-rw-r--r--third_party/dnspython/dns/rcode.py (renamed from lib/dnspython/dns/rcode.py)0
-rw-r--r--third_party/dnspython/dns/rdata.py (renamed from lib/dnspython/dns/rdata.py)0
-rw-r--r--third_party/dnspython/dns/rdataclass.py (renamed from lib/dnspython/dns/rdataclass.py)0
-rw-r--r--third_party/dnspython/dns/rdataset.py (renamed from lib/dnspython/dns/rdataset.py)0
-rw-r--r--third_party/dnspython/dns/rdatatype.py (renamed from lib/dnspython/dns/rdatatype.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/AFSDB.py (renamed from lib/dnspython/dns/rdtypes/ANY/AFSDB.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/CERT.py (renamed from lib/dnspython/dns/rdtypes/ANY/CERT.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/CNAME.py (renamed from lib/dnspython/dns/rdtypes/ANY/CNAME.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/DLV.py (renamed from lib/dnspython/dns/rdtypes/ANY/DLV.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/DNAME.py (renamed from lib/dnspython/dns/rdtypes/ANY/DNAME.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/DNSKEY.py (renamed from lib/dnspython/dns/rdtypes/ANY/DNSKEY.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/DS.py (renamed from lib/dnspython/dns/rdtypes/ANY/DS.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/GPOS.py (renamed from lib/dnspython/dns/rdtypes/ANY/GPOS.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/HINFO.py (renamed from lib/dnspython/dns/rdtypes/ANY/HINFO.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/HIP.py (renamed from lib/dnspython/dns/rdtypes/ANY/HIP.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/ISDN.py (renamed from lib/dnspython/dns/rdtypes/ANY/ISDN.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/LOC.py (renamed from lib/dnspython/dns/rdtypes/ANY/LOC.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/MX.py (renamed from lib/dnspython/dns/rdtypes/ANY/MX.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/NS.py (renamed from lib/dnspython/dns/rdtypes/ANY/NS.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/NSEC.py (renamed from lib/dnspython/dns/rdtypes/ANY/NSEC.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/NSEC3.py (renamed from lib/dnspython/dns/rdtypes/ANY/NSEC3.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/NSEC3PARAM.py (renamed from lib/dnspython/dns/rdtypes/ANY/NSEC3PARAM.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/PTR.py (renamed from lib/dnspython/dns/rdtypes/ANY/PTR.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/RP.py (renamed from lib/dnspython/dns/rdtypes/ANY/RP.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/RRSIG.py (renamed from lib/dnspython/dns/rdtypes/ANY/RRSIG.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/RT.py (renamed from lib/dnspython/dns/rdtypes/ANY/RT.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/SOA.py (renamed from lib/dnspython/dns/rdtypes/ANY/SOA.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/SPF.py (renamed from lib/dnspython/dns/rdtypes/ANY/SPF.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/SSHFP.py (renamed from lib/dnspython/dns/rdtypes/ANY/SSHFP.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/TXT.py (renamed from lib/dnspython/dns/rdtypes/ANY/TXT.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/X25.py (renamed from lib/dnspython/dns/rdtypes/ANY/X25.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/ANY/__init__.py (renamed from lib/dnspython/dns/rdtypes/ANY/__init__.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/IN/A.py (renamed from lib/dnspython/dns/rdtypes/IN/A.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/IN/AAAA.py (renamed from lib/dnspython/dns/rdtypes/IN/AAAA.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/IN/APL.py (renamed from lib/dnspython/dns/rdtypes/IN/APL.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/IN/DHCID.py (renamed from lib/dnspython/dns/rdtypes/IN/DHCID.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/IN/IPSECKEY.py (renamed from lib/dnspython/dns/rdtypes/IN/IPSECKEY.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/IN/KX.py (renamed from lib/dnspython/dns/rdtypes/IN/KX.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/IN/NAPTR.py (renamed from lib/dnspython/dns/rdtypes/IN/NAPTR.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/IN/NSAP.py (renamed from lib/dnspython/dns/rdtypes/IN/NSAP.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/IN/NSAP_PTR.py (renamed from lib/dnspython/dns/rdtypes/IN/NSAP_PTR.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/IN/PX.py (renamed from lib/dnspython/dns/rdtypes/IN/PX.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/IN/SRV.py (renamed from lib/dnspython/dns/rdtypes/IN/SRV.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/IN/WKS.py (renamed from lib/dnspython/dns/rdtypes/IN/WKS.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/IN/__init__.py (renamed from lib/dnspython/dns/rdtypes/IN/__init__.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/__init__.py (renamed from lib/dnspython/dns/rdtypes/__init__.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/dsbase.py (renamed from lib/dnspython/dns/rdtypes/dsbase.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/mxbase.py (renamed from lib/dnspython/dns/rdtypes/mxbase.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/nsbase.py (renamed from lib/dnspython/dns/rdtypes/nsbase.py)0
-rw-r--r--third_party/dnspython/dns/rdtypes/txtbase.py (renamed from lib/dnspython/dns/rdtypes/txtbase.py)0
-rw-r--r--third_party/dnspython/dns/renderer.py (renamed from lib/dnspython/dns/renderer.py)0
-rw-r--r--third_party/dnspython/dns/resolver.py (renamed from lib/dnspython/dns/resolver.py)0
-rw-r--r--third_party/dnspython/dns/reversename.py (renamed from lib/dnspython/dns/reversename.py)0
-rw-r--r--third_party/dnspython/dns/rrset.py (renamed from lib/dnspython/dns/rrset.py)0
-rw-r--r--third_party/dnspython/dns/set.py (renamed from lib/dnspython/dns/set.py)0
-rw-r--r--third_party/dnspython/dns/tokenizer.py (renamed from lib/dnspython/dns/tokenizer.py)0
-rw-r--r--third_party/dnspython/dns/tsig.py (renamed from lib/dnspython/dns/tsig.py)0
-rw-r--r--third_party/dnspython/dns/tsigkeyring.py (renamed from lib/dnspython/dns/tsigkeyring.py)0
-rw-r--r--third_party/dnspython/dns/ttl.py (renamed from lib/dnspython/dns/ttl.py)0
-rw-r--r--third_party/dnspython/dns/update.py (renamed from lib/dnspython/dns/update.py)0
-rw-r--r--third_party/dnspython/dns/version.py (renamed from lib/dnspython/dns/version.py)0
-rw-r--r--third_party/dnspython/dns/wiredata.py (renamed from lib/dnspython/dns/wiredata.py)0
-rw-r--r--third_party/dnspython/dns/zone.py (renamed from lib/dnspython/dns/zone.py)0
-rwxr-xr-xthird_party/dnspython/examples/ddns.py (renamed from lib/dnspython/examples/ddns.py)0
-rwxr-xr-xthird_party/dnspython/examples/e164.py (renamed from lib/dnspython/examples/e164.py)0
-rwxr-xr-xthird_party/dnspython/examples/mx.py (renamed from lib/dnspython/examples/mx.py)0
-rwxr-xr-xthird_party/dnspython/examples/name.py (renamed from lib/dnspython/examples/name.py)0
-rwxr-xr-xthird_party/dnspython/examples/reverse.py (renamed from lib/dnspython/examples/reverse.py)0
-rwxr-xr-xthird_party/dnspython/examples/reverse_name.py (renamed from lib/dnspython/examples/reverse_name.py)0
-rwxr-xr-xthird_party/dnspython/examples/xfr.py (renamed from lib/dnspython/examples/xfr.py)0
-rwxr-xr-xthird_party/dnspython/examples/zonediff.py (renamed from lib/dnspython/examples/zonediff.py)0
-rwxr-xr-xthird_party/dnspython/setup.py (renamed from lib/dnspython/setup.py)0
-rw-r--r--third_party/dnspython/tests/Makefile (renamed from lib/dnspython/tests/Makefile)0
-rw-r--r--third_party/dnspython/tests/bugs.py (renamed from lib/dnspython/tests/bugs.py)0
-rw-r--r--third_party/dnspython/tests/dnssec.py (renamed from lib/dnspython/tests/dnssec.py)0
-rw-r--r--third_party/dnspython/tests/example (renamed from lib/dnspython/tests/example)0
-rw-r--r--third_party/dnspython/tests/example1.good (renamed from lib/dnspython/tests/example1.good)0
-rw-r--r--third_party/dnspython/tests/example2.good (renamed from lib/dnspython/tests/example2.good)0
-rw-r--r--third_party/dnspython/tests/flags.py (renamed from lib/dnspython/tests/flags.py)0
-rw-r--r--third_party/dnspython/tests/message.py (renamed from lib/dnspython/tests/message.py)0
-rw-r--r--third_party/dnspython/tests/name.py (renamed from lib/dnspython/tests/name.py)0
-rw-r--r--third_party/dnspython/tests/namedict.py (renamed from lib/dnspython/tests/namedict.py)0
-rw-r--r--third_party/dnspython/tests/ntoaaton.py (renamed from lib/dnspython/tests/ntoaaton.py)0
-rw-r--r--third_party/dnspython/tests/rdtypeandclass.py (renamed from lib/dnspython/tests/rdtypeandclass.py)0
-rw-r--r--third_party/dnspython/tests/resolver.py (renamed from lib/dnspython/tests/resolver.py)0
-rw-r--r--third_party/dnspython/tests/rrset.py (renamed from lib/dnspython/tests/rrset.py)0
-rw-r--r--third_party/dnspython/tests/set.py (renamed from lib/dnspython/tests/set.py)0
-rw-r--r--third_party/dnspython/tests/tokenizer.py (renamed from lib/dnspython/tests/tokenizer.py)0
-rw-r--r--third_party/dnspython/tests/update.py (renamed from lib/dnspython/tests/update.py)0
-rw-r--r--third_party/dnspython/tests/zone.py (renamed from lib/dnspython/tests/zone.py)0
-rw-r--r--third_party/dnspython/util/COPYRIGHT (renamed from lib/dnspython/util/COPYRIGHT)0
-rw-r--r--third_party/dnspython/util/copyrights (renamed from lib/dnspython/util/copyrights)0
-rw-r--r--third_party/wscript_build1
120 files changed, 3 insertions, 3 deletions
diff --git a/lib/wscript_build b/lib/wscript_build
index 97c3cfa240..c7bf62124b 100644
--- a/lib/wscript_build
+++ b/lib/wscript_build
@@ -4,7 +4,6 @@ import os, Options
# work out what python external libraries we need to install
external_libs = {
- "dns.resolver": "dnspython/dns",
"subunit": "subunit/python/subunit",
"testtools": "testtools/testtools"}
diff --git a/source4/scripting/bin/samba_dnsupdate b/source4/scripting/bin/samba_dnsupdate
index 181e67fdf2..c2ee3ecb7f 100755
--- a/source4/scripting/bin/samba_dnsupdate
+++ b/source4/scripting/bin/samba_dnsupdate
@@ -47,7 +47,7 @@ from samba.auth import system_session
from samba.samdb import SamDB
from samba.dcerpc import netlogon, winbind
-samba.ensure_external_module("dns", "dnspython")
+samba.ensure_third_party_module("dns", "dnspython")
import dns.resolver
import dns.exception
diff --git a/source4/scripting/bin/samba_upgradedns b/source4/scripting/bin/samba_upgradedns
index 4d49770493..689c9a435c 100755
--- a/source4/scripting/bin/samba_upgradedns
+++ b/source4/scripting/bin/samba_upgradedns
@@ -67,7 +67,7 @@ from samba.provision.sambadns import (
create_named_txt )
from samba.dcerpc import security
-samba.ensure_external_module("dns", "dnspython")
+samba.ensure_third_party_module("dns", "dnspython")
import dns.zone, dns.rdatatype
__docformat__ = 'restructuredText'
diff --git a/lib/dnspython/.gitignore b/third_party/dnspython/.gitignore
index 5592c971b0..5592c971b0 100644
--- a/lib/dnspython/.gitignore
+++ b/third_party/dnspython/.gitignore
diff --git a/lib/dnspython/ChangeLog b/third_party/dnspython/ChangeLog
index 71b7961490..71b7961490 100644
--- a/lib/dnspython/ChangeLog
+++ b/third_party/dnspython/ChangeLog
diff --git a/lib/dnspython/LICENSE b/third_party/dnspython/LICENSE
index 633c18c1e7..633c18c1e7 100644
--- a/lib/dnspython/LICENSE
+++ b/third_party/dnspython/LICENSE
diff --git a/lib/dnspython/MANIFEST.in b/third_party/dnspython/MANIFEST.in
index d58fb8ba04..d58fb8ba04 100644
--- a/lib/dnspython/MANIFEST.in
+++ b/third_party/dnspython/MANIFEST.in
diff --git a/lib/dnspython/Makefile b/third_party/dnspython/Makefile
index 1f62c96c24..1f62c96c24 100644
--- a/lib/dnspython/Makefile
+++ b/third_party/dnspython/Makefile
diff --git a/lib/dnspython/README b/third_party/dnspython/README
index 367e7a2b76..367e7a2b76 100644
--- a/lib/dnspython/README
+++ b/third_party/dnspython/README
diff --git a/lib/dnspython/TODO b/third_party/dnspython/TODO
index 59ce1be1ce..59ce1be1ce 100644
--- a/lib/dnspython/TODO
+++ b/third_party/dnspython/TODO
diff --git a/lib/dnspython/dns/__init__.py b/third_party/dnspython/dns/__init__.py
index c848e48581..c848e48581 100644
--- a/lib/dnspython/dns/__init__.py
+++ b/third_party/dnspython/dns/__init__.py
diff --git a/lib/dnspython/dns/dnssec.py b/third_party/dnspython/dns/dnssec.py
index dd6a27a536..dd6a27a536 100644
--- a/lib/dnspython/dns/dnssec.py
+++ b/third_party/dnspython/dns/dnssec.py
diff --git a/lib/dnspython/dns/e164.py b/third_party/dnspython/dns/e164.py
index d6dcd1b186..d6dcd1b186 100644
--- a/lib/dnspython/dns/e164.py
+++ b/third_party/dnspython/dns/e164.py
diff --git a/lib/dnspython/dns/edns.py b/third_party/dnspython/dns/edns.py
index f8b6009d3f..f8b6009d3f 100644
--- a/lib/dnspython/dns/edns.py
+++ b/third_party/dnspython/dns/edns.py
diff --git a/lib/dnspython/dns/entropy.py b/third_party/dnspython/dns/entropy.py
index d380cf8c0d..d380cf8c0d 100644
--- a/lib/dnspython/dns/entropy.py
+++ b/third_party/dnspython/dns/entropy.py
diff --git a/lib/dnspython/dns/exception.py b/third_party/dnspython/dns/exception.py
index db6ef6e6e3..db6ef6e6e3 100644
--- a/lib/dnspython/dns/exception.py
+++ b/third_party/dnspython/dns/exception.py
diff --git a/lib/dnspython/dns/flags.py b/third_party/dnspython/dns/flags.py
index 35a8305e80..35a8305e80 100644
--- a/lib/dnspython/dns/flags.py
+++ b/third_party/dnspython/dns/flags.py
diff --git a/lib/dnspython/dns/hash.py b/third_party/dnspython/dns/hash.py
index 0c708036b1..0c708036b1 100644
--- a/lib/dnspython/dns/hash.py
+++ b/third_party/dnspython/dns/hash.py
diff --git a/lib/dnspython/dns/inet.py b/third_party/dnspython/dns/inet.py
index 3b7e88f7b1..3b7e88f7b1 100644
--- a/lib/dnspython/dns/inet.py
+++ b/third_party/dnspython/dns/inet.py
diff --git a/lib/dnspython/dns/ipv4.py b/third_party/dnspython/dns/ipv4.py
index e117966e5f..e117966e5f 100644
--- a/lib/dnspython/dns/ipv4.py
+++ b/third_party/dnspython/dns/ipv4.py
diff --git a/lib/dnspython/dns/ipv6.py b/third_party/dnspython/dns/ipv6.py
index 69db34a7de..69db34a7de 100644
--- a/lib/dnspython/dns/ipv6.py
+++ b/third_party/dnspython/dns/ipv6.py
diff --git a/lib/dnspython/dns/message.py b/third_party/dnspython/dns/message.py
index cf29133934..cf29133934 100644
--- a/lib/dnspython/dns/message.py
+++ b/third_party/dnspython/dns/message.py
diff --git a/lib/dnspython/dns/name.py b/third_party/dnspython/dns/name.py
index ed3ffeec57..ed3ffeec57 100644
--- a/lib/dnspython/dns/name.py
+++ b/third_party/dnspython/dns/name.py
diff --git a/lib/dnspython/dns/namedict.py b/third_party/dnspython/dns/namedict.py
index 9f5a0efb7c..9f5a0efb7c 100644
--- a/lib/dnspython/dns/namedict.py
+++ b/third_party/dnspython/dns/namedict.py
diff --git a/lib/dnspython/dns/node.py b/third_party/dnspython/dns/node.py
index 7625c66d3a..7625c66d3a 100644
--- a/lib/dnspython/dns/node.py
+++ b/third_party/dnspython/dns/node.py
diff --git a/lib/dnspython/dns/opcode.py b/third_party/dnspython/dns/opcode.py
index 3258c34cd9..3258c34cd9 100644
--- a/lib/dnspython/dns/opcode.py
+++ b/third_party/dnspython/dns/opcode.py
diff --git a/lib/dnspython/dns/query.py b/third_party/dnspython/dns/query.py
index addee4e3f2..addee4e3f2 100644
--- a/lib/dnspython/dns/query.py
+++ b/third_party/dnspython/dns/query.py
diff --git a/lib/dnspython/dns/rcode.py b/third_party/dnspython/dns/rcode.py
index 7807782aa4..7807782aa4 100644
--- a/lib/dnspython/dns/rcode.py
+++ b/third_party/dnspython/dns/rcode.py
diff --git a/lib/dnspython/dns/rdata.py b/third_party/dnspython/dns/rdata.py
index 350bf790b8..350bf790b8 100644
--- a/lib/dnspython/dns/rdata.py
+++ b/third_party/dnspython/dns/rdata.py
diff --git a/lib/dnspython/dns/rdataclass.py b/third_party/dnspython/dns/rdataclass.py
index 7601e70c3a..7601e70c3a 100644
--- a/lib/dnspython/dns/rdataclass.py
+++ b/third_party/dnspython/dns/rdataclass.py
diff --git a/lib/dnspython/dns/rdataset.py b/third_party/dnspython/dns/rdataset.py
index dcd2b40191..dcd2b40191 100644
--- a/lib/dnspython/dns/rdataset.py
+++ b/third_party/dnspython/dns/rdataset.py
diff --git a/lib/dnspython/dns/rdatatype.py b/third_party/dnspython/dns/rdatatype.py
index 380cfcd0d3..380cfcd0d3 100644
--- a/lib/dnspython/dns/rdatatype.py
+++ b/third_party/dnspython/dns/rdatatype.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/AFSDB.py b/third_party/dnspython/dns/rdtypes/ANY/AFSDB.py
index c729789afa..c729789afa 100644
--- a/lib/dnspython/dns/rdtypes/ANY/AFSDB.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/AFSDB.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/CERT.py b/third_party/dnspython/dns/rdtypes/ANY/CERT.py
index c102521a14..c102521a14 100644
--- a/lib/dnspython/dns/rdtypes/ANY/CERT.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/CERT.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/CNAME.py b/third_party/dnspython/dns/rdtypes/ANY/CNAME.py
index fb8e9be49e..fb8e9be49e 100644
--- a/lib/dnspython/dns/rdtypes/ANY/CNAME.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/CNAME.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/DLV.py b/third_party/dnspython/dns/rdtypes/ANY/DLV.py
index 8bd79793d1..8bd79793d1 100644
--- a/lib/dnspython/dns/rdtypes/ANY/DLV.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/DLV.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/DNAME.py b/third_party/dnspython/dns/rdtypes/ANY/DNAME.py
index d864001190..d864001190 100644
--- a/lib/dnspython/dns/rdtypes/ANY/DNAME.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/DNAME.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/DNSKEY.py b/third_party/dnspython/dns/rdtypes/ANY/DNSKEY.py
index 1d678d2f2a..1d678d2f2a 100644
--- a/lib/dnspython/dns/rdtypes/ANY/DNSKEY.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/DNSKEY.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/DS.py b/third_party/dnspython/dns/rdtypes/ANY/DS.py
index 56b6332de2..56b6332de2 100644
--- a/lib/dnspython/dns/rdtypes/ANY/DS.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/DS.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/GPOS.py b/third_party/dnspython/dns/rdtypes/ANY/GPOS.py
index 38d1d88b28..38d1d88b28 100644
--- a/lib/dnspython/dns/rdtypes/ANY/GPOS.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/GPOS.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/HINFO.py b/third_party/dnspython/dns/rdtypes/ANY/HINFO.py
index 15fd54e69e..15fd54e69e 100644
--- a/lib/dnspython/dns/rdtypes/ANY/HINFO.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/HINFO.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/HIP.py b/third_party/dnspython/dns/rdtypes/ANY/HIP.py
index 968b36f5e2..968b36f5e2 100644
--- a/lib/dnspython/dns/rdtypes/ANY/HIP.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/HIP.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/ISDN.py b/third_party/dnspython/dns/rdtypes/ANY/ISDN.py
index 0c2d3cd035..0c2d3cd035 100644
--- a/lib/dnspython/dns/rdtypes/ANY/ISDN.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/ISDN.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/LOC.py b/third_party/dnspython/dns/rdtypes/ANY/LOC.py
index 154546d79d..154546d79d 100644
--- a/lib/dnspython/dns/rdtypes/ANY/LOC.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/LOC.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/MX.py b/third_party/dnspython/dns/rdtypes/ANY/MX.py
index 92f41532a7..92f41532a7 100644
--- a/lib/dnspython/dns/rdtypes/ANY/MX.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/MX.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/NS.py b/third_party/dnspython/dns/rdtypes/ANY/NS.py
index 6b45d4d4b6..6b45d4d4b6 100644
--- a/lib/dnspython/dns/rdtypes/ANY/NS.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/NS.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/NSEC.py b/third_party/dnspython/dns/rdtypes/ANY/NSEC.py
index ad113a4b59..ad113a4b59 100644
--- a/lib/dnspython/dns/rdtypes/ANY/NSEC.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/NSEC.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/NSEC3.py b/third_party/dnspython/dns/rdtypes/ANY/NSEC3.py
index c7ac7375b4..c7ac7375b4 100644
--- a/lib/dnspython/dns/rdtypes/ANY/NSEC3.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/NSEC3.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/NSEC3PARAM.py b/third_party/dnspython/dns/rdtypes/ANY/NSEC3PARAM.py
index 4e687825ad..4e687825ad 100644
--- a/lib/dnspython/dns/rdtypes/ANY/NSEC3PARAM.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/NSEC3PARAM.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/PTR.py b/third_party/dnspython/dns/rdtypes/ANY/PTR.py
index 4a037537b6..4a037537b6 100644
--- a/lib/dnspython/dns/rdtypes/ANY/PTR.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/PTR.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/RP.py b/third_party/dnspython/dns/rdtypes/ANY/RP.py
index 26c55314e1..26c55314e1 100644
--- a/lib/dnspython/dns/rdtypes/ANY/RP.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/RP.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/RRSIG.py b/third_party/dnspython/dns/rdtypes/ANY/RRSIG.py
index 63d389cd7a..63d389cd7a 100644
--- a/lib/dnspython/dns/rdtypes/ANY/RRSIG.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/RRSIG.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/RT.py b/third_party/dnspython/dns/rdtypes/ANY/RT.py
index f9653fdb34..f9653fdb34 100644
--- a/lib/dnspython/dns/rdtypes/ANY/RT.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/RT.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/SOA.py b/third_party/dnspython/dns/rdtypes/ANY/SOA.py
index 2d6f21b56b..2d6f21b56b 100644
--- a/lib/dnspython/dns/rdtypes/ANY/SOA.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/SOA.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/SPF.py b/third_party/dnspython/dns/rdtypes/ANY/SPF.py
index 8860dd72bb..8860dd72bb 100644
--- a/lib/dnspython/dns/rdtypes/ANY/SPF.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/SPF.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/SSHFP.py b/third_party/dnspython/dns/rdtypes/ANY/SSHFP.py
index cec650a570..cec650a570 100644
--- a/lib/dnspython/dns/rdtypes/ANY/SSHFP.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/SSHFP.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/TXT.py b/third_party/dnspython/dns/rdtypes/ANY/TXT.py
index 604fd0f4de..604fd0f4de 100644
--- a/lib/dnspython/dns/rdtypes/ANY/TXT.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/TXT.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/X25.py b/third_party/dnspython/dns/rdtypes/ANY/X25.py
index ae91295f8c..ae91295f8c 100644
--- a/lib/dnspython/dns/rdtypes/ANY/X25.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/X25.py
diff --git a/lib/dnspython/dns/rdtypes/ANY/__init__.py b/third_party/dnspython/dns/rdtypes/ANY/__init__.py
index 721e9dd60b..721e9dd60b 100644
--- a/lib/dnspython/dns/rdtypes/ANY/__init__.py
+++ b/third_party/dnspython/dns/rdtypes/ANY/__init__.py
diff --git a/lib/dnspython/dns/rdtypes/IN/A.py b/third_party/dnspython/dns/rdtypes/IN/A.py
index 372d333226..372d333226 100644
--- a/lib/dnspython/dns/rdtypes/IN/A.py
+++ b/third_party/dnspython/dns/rdtypes/IN/A.py
diff --git a/lib/dnspython/dns/rdtypes/IN/AAAA.py b/third_party/dnspython/dns/rdtypes/IN/AAAA.py
index e131bd5070..e131bd5070 100644
--- a/lib/dnspython/dns/rdtypes/IN/AAAA.py
+++ b/third_party/dnspython/dns/rdtypes/IN/AAAA.py
diff --git a/lib/dnspython/dns/rdtypes/IN/APL.py b/third_party/dnspython/dns/rdtypes/IN/APL.py
index 260fd6f39f..260fd6f39f 100644
--- a/lib/dnspython/dns/rdtypes/IN/APL.py
+++ b/third_party/dnspython/dns/rdtypes/IN/APL.py
diff --git a/lib/dnspython/dns/rdtypes/IN/DHCID.py b/third_party/dnspython/dns/rdtypes/IN/DHCID.py
index 5524beadd1..5524beadd1 100644
--- a/lib/dnspython/dns/rdtypes/IN/DHCID.py
+++ b/third_party/dnspython/dns/rdtypes/IN/DHCID.py
diff --git a/lib/dnspython/dns/rdtypes/IN/IPSECKEY.py b/third_party/dnspython/dns/rdtypes/IN/IPSECKEY.py
index d85b6fe993..d85b6fe993 100644
--- a/lib/dnspython/dns/rdtypes/IN/IPSECKEY.py
+++ b/third_party/dnspython/dns/rdtypes/IN/IPSECKEY.py
diff --git a/lib/dnspython/dns/rdtypes/IN/KX.py b/third_party/dnspython/dns/rdtypes/IN/KX.py
index c7bd5bbe65..c7bd5bbe65 100644
--- a/lib/dnspython/dns/rdtypes/IN/KX.py
+++ b/third_party/dnspython/dns/rdtypes/IN/KX.py
diff --git a/lib/dnspython/dns/rdtypes/IN/NAPTR.py b/third_party/dnspython/dns/rdtypes/IN/NAPTR.py
index 7fe043082b..7fe043082b 100644
--- a/lib/dnspython/dns/rdtypes/IN/NAPTR.py
+++ b/third_party/dnspython/dns/rdtypes/IN/NAPTR.py
diff --git a/lib/dnspython/dns/rdtypes/IN/NSAP.py b/third_party/dnspython/dns/rdtypes/IN/NSAP.py
index 216cb0a81a..216cb0a81a 100644
--- a/lib/dnspython/dns/rdtypes/IN/NSAP.py
+++ b/third_party/dnspython/dns/rdtypes/IN/NSAP.py
diff --git a/lib/dnspython/dns/rdtypes/IN/NSAP_PTR.py b/third_party/dnspython/dns/rdtypes/IN/NSAP_PTR.py
index df5b989ac8..df5b989ac8 100644
--- a/lib/dnspython/dns/rdtypes/IN/NSAP_PTR.py
+++ b/third_party/dnspython/dns/rdtypes/IN/NSAP_PTR.py
diff --git a/lib/dnspython/dns/rdtypes/IN/PX.py b/third_party/dnspython/dns/rdtypes/IN/PX.py
index 1422b83487..1422b83487 100644
--- a/lib/dnspython/dns/rdtypes/IN/PX.py
+++ b/third_party/dnspython/dns/rdtypes/IN/PX.py
diff --git a/lib/dnspython/dns/rdtypes/IN/SRV.py b/third_party/dnspython/dns/rdtypes/IN/SRV.py
index e101b26bea..e101b26bea 100644
--- a/lib/dnspython/dns/rdtypes/IN/SRV.py
+++ b/third_party/dnspython/dns/rdtypes/IN/SRV.py
diff --git a/lib/dnspython/dns/rdtypes/IN/WKS.py b/third_party/dnspython/dns/rdtypes/IN/WKS.py
index 04c3054e44..04c3054e44 100644
--- a/lib/dnspython/dns/rdtypes/IN/WKS.py
+++ b/third_party/dnspython/dns/rdtypes/IN/WKS.py
diff --git a/lib/dnspython/dns/rdtypes/IN/__init__.py b/third_party/dnspython/dns/rdtypes/IN/__init__.py
index 24cf1ece4e..24cf1ece4e 100644
--- a/lib/dnspython/dns/rdtypes/IN/__init__.py
+++ b/third_party/dnspython/dns/rdtypes/IN/__init__.py
diff --git a/lib/dnspython/dns/rdtypes/__init__.py b/third_party/dnspython/dns/rdtypes/__init__.py
index 49db5a3776..49db5a3776 100644
--- a/lib/dnspython/dns/rdtypes/__init__.py
+++ b/third_party/dnspython/dns/rdtypes/__init__.py
diff --git a/lib/dnspython/dns/rdtypes/dsbase.py b/third_party/dnspython/dns/rdtypes/dsbase.py
index 6f5559a7e4..6f5559a7e4 100644
--- a/lib/dnspython/dns/rdtypes/dsbase.py
+++ b/third_party/dnspython/dns/rdtypes/dsbase.py
diff --git a/lib/dnspython/dns/rdtypes/mxbase.py b/third_party/dnspython/dns/rdtypes/mxbase.py
index abc6a9ed5b..abc6a9ed5b 100644
--- a/lib/dnspython/dns/rdtypes/mxbase.py
+++ b/third_party/dnspython/dns/rdtypes/mxbase.py
diff --git a/lib/dnspython/dns/rdtypes/nsbase.py b/third_party/dnspython/dns/rdtypes/nsbase.py
index fbd5ef1e51..fbd5ef1e51 100644
--- a/lib/dnspython/dns/rdtypes/nsbase.py
+++ b/third_party/dnspython/dns/rdtypes/nsbase.py
diff --git a/lib/dnspython/dns/rdtypes/txtbase.py b/third_party/dnspython/dns/rdtypes/txtbase.py
index 580f056ea0..580f056ea0 100644
--- a/lib/dnspython/dns/rdtypes/txtbase.py
+++ b/third_party/dnspython/dns/rdtypes/txtbase.py
diff --git a/lib/dnspython/dns/renderer.py b/third_party/dnspython/dns/renderer.py
index ad3f83d450..ad3f83d450 100644
--- a/lib/dnspython/dns/renderer.py
+++ b/third_party/dnspython/dns/renderer.py
diff --git a/lib/dnspython/dns/resolver.py b/third_party/dnspython/dns/resolver.py
index 90f95e8ed0..90f95e8ed0 100644
--- a/lib/dnspython/dns/resolver.py
+++ b/third_party/dnspython/dns/resolver.py
diff --git a/lib/dnspython/dns/reversename.py b/third_party/dnspython/dns/reversename.py
index 4925cfd6ff..4925cfd6ff 100644
--- a/lib/dnspython/dns/reversename.py
+++ b/third_party/dnspython/dns/reversename.py
diff --git a/lib/dnspython/dns/rrset.py b/third_party/dnspython/dns/rrset.py
index f6051fea4f..f6051fea4f 100644
--- a/lib/dnspython/dns/rrset.py
+++ b/third_party/dnspython/dns/rrset.py
diff --git a/lib/dnspython/dns/set.py b/third_party/dnspython/dns/set.py
index 14c76a05c4..14c76a05c4 100644
--- a/lib/dnspython/dns/set.py
+++ b/third_party/dnspython/dns/set.py
diff --git a/lib/dnspython/dns/tokenizer.py b/third_party/dnspython/dns/tokenizer.py
index 4bff7b6c72..4bff7b6c72 100644
--- a/lib/dnspython/dns/tokenizer.py
+++ b/third_party/dnspython/dns/tokenizer.py
diff --git a/lib/dnspython/dns/tsig.py b/third_party/dnspython/dns/tsig.py
index 63b925afbb..63b925afbb 100644
--- a/lib/dnspython/dns/tsig.py
+++ b/third_party/dnspython/dns/tsig.py
diff --git a/lib/dnspython/dns/tsigkeyring.py b/third_party/dnspython/dns/tsigkeyring.py
index 0ddd93410f..0ddd93410f 100644
--- a/lib/dnspython/dns/tsigkeyring.py
+++ b/third_party/dnspython/dns/tsigkeyring.py
diff --git a/lib/dnspython/dns/ttl.py b/third_party/dnspython/dns/ttl.py
index ab6ddf4e66..ab6ddf4e66 100644
--- a/lib/dnspython/dns/ttl.py
+++ b/third_party/dnspython/dns/ttl.py
diff --git a/lib/dnspython/dns/update.py b/third_party/dnspython/dns/update.py
index e692226918..e692226918 100644
--- a/lib/dnspython/dns/update.py
+++ b/third_party/dnspython/dns/update.py
diff --git a/lib/dnspython/dns/version.py b/third_party/dnspython/dns/version.py
index 7de430b638..7de430b638 100644
--- a/lib/dnspython/dns/version.py
+++ b/third_party/dnspython/dns/version.py
diff --git a/lib/dnspython/dns/wiredata.py b/third_party/dnspython/dns/wiredata.py
index 86d954a90a..86d954a90a 100644
--- a/lib/dnspython/dns/wiredata.py
+++ b/third_party/dnspython/dns/wiredata.py
diff --git a/lib/dnspython/dns/zone.py b/third_party/dnspython/dns/zone.py
index 67c952d3cc..67c952d3cc 100644
--- a/lib/dnspython/dns/zone.py
+++ b/third_party/dnspython/dns/zone.py
diff --git a/lib/dnspython/examples/ddns.py b/third_party/dnspython/examples/ddns.py
index 84814b73cf..84814b73cf 100755
--- a/lib/dnspython/examples/ddns.py
+++ b/third_party/dnspython/examples/ddns.py
diff --git a/lib/dnspython/examples/e164.py b/third_party/dnspython/examples/e164.py
index ad40ccf84b..ad40ccf84b 100755
--- a/lib/dnspython/examples/e164.py
+++ b/third_party/dnspython/examples/e164.py
diff --git a/lib/dnspython/examples/mx.py b/third_party/dnspython/examples/mx.py
index 3036e70ddf..3036e70ddf 100755
--- a/lib/dnspython/examples/mx.py
+++ b/third_party/dnspython/examples/mx.py
diff --git a/lib/dnspython/examples/name.py b/third_party/dnspython/examples/name.py
index b099c49d16..b099c49d16 100755
--- a/lib/dnspython/examples/name.py
+++ b/third_party/dnspython/examples/name.py
diff --git a/lib/dnspython/examples/reverse.py b/third_party/dnspython/examples/reverse.py
index 8657baed44..8657baed44 100755
--- a/lib/dnspython/examples/reverse.py
+++ b/third_party/dnspython/examples/reverse.py
diff --git a/lib/dnspython/examples/reverse_name.py b/third_party/dnspython/examples/reverse_name.py
index 351896b015..351896b015 100755
--- a/lib/dnspython/examples/reverse_name.py
+++ b/third_party/dnspython/examples/reverse_name.py
diff --git a/lib/dnspython/examples/xfr.py b/third_party/dnspython/examples/xfr.py
index e67ab18927..e67ab18927 100755
--- a/lib/dnspython/examples/xfr.py
+++ b/third_party/dnspython/examples/xfr.py
diff --git a/lib/dnspython/examples/zonediff.py b/third_party/dnspython/examples/zonediff.py
index ad81fb1d2d..ad81fb1d2d 100755
--- a/lib/dnspython/examples/zonediff.py
+++ b/third_party/dnspython/examples/zonediff.py
diff --git a/lib/dnspython/setup.py b/third_party/dnspython/setup.py
index 33d7c20679..33d7c20679 100755
--- a/lib/dnspython/setup.py
+++ b/third_party/dnspython/setup.py
diff --git a/lib/dnspython/tests/Makefile b/third_party/dnspython/tests/Makefile
index 6ab444f451..6ab444f451 100644
--- a/lib/dnspython/tests/Makefile
+++ b/third_party/dnspython/tests/Makefile
diff --git a/lib/dnspython/tests/bugs.py b/third_party/dnspython/tests/bugs.py
index c2fa6b6659..c2fa6b6659 100644
--- a/lib/dnspython/tests/bugs.py
+++ b/third_party/dnspython/tests/bugs.py
diff --git a/lib/dnspython/tests/dnssec.py b/third_party/dnspython/tests/dnssec.py
index 7b4546a086..7b4546a086 100644
--- a/lib/dnspython/tests/dnssec.py
+++ b/third_party/dnspython/tests/dnssec.py
diff --git a/lib/dnspython/tests/example b/third_party/dnspython/tests/example
index 2f753a2f75..2f753a2f75 100644
--- a/lib/dnspython/tests/example
+++ b/third_party/dnspython/tests/example
diff --git a/lib/dnspython/tests/example1.good b/third_party/dnspython/tests/example1.good
index 0834d17150..0834d17150 100644
--- a/lib/dnspython/tests/example1.good
+++ b/third_party/dnspython/tests/example1.good
diff --git a/lib/dnspython/tests/example2.good b/third_party/dnspython/tests/example2.good
index de4bcd59fd..de4bcd59fd 100644
--- a/lib/dnspython/tests/example2.good
+++ b/third_party/dnspython/tests/example2.good
diff --git a/lib/dnspython/tests/flags.py b/third_party/dnspython/tests/flags.py
index b3cf6716bc..b3cf6716bc 100644
--- a/lib/dnspython/tests/flags.py
+++ b/third_party/dnspython/tests/flags.py
diff --git a/lib/dnspython/tests/message.py b/third_party/dnspython/tests/message.py
index 931bb1977d..931bb1977d 100644
--- a/lib/dnspython/tests/message.py
+++ b/third_party/dnspython/tests/message.py
diff --git a/lib/dnspython/tests/name.py b/third_party/dnspython/tests/name.py
index e30e43d3a2..e30e43d3a2 100644
--- a/lib/dnspython/tests/name.py
+++ b/third_party/dnspython/tests/name.py
diff --git a/lib/dnspython/tests/namedict.py b/third_party/dnspython/tests/namedict.py
index e256bfe679..e256bfe679 100644
--- a/lib/dnspython/tests/namedict.py
+++ b/third_party/dnspython/tests/namedict.py
diff --git a/lib/dnspython/tests/ntoaaton.py b/third_party/dnspython/tests/ntoaaton.py
index 9d8bedd702..9d8bedd702 100644
--- a/lib/dnspython/tests/ntoaaton.py
+++ b/third_party/dnspython/tests/ntoaaton.py
diff --git a/lib/dnspython/tests/rdtypeandclass.py b/third_party/dnspython/tests/rdtypeandclass.py
index f3c0628d36..f3c0628d36 100644
--- a/lib/dnspython/tests/rdtypeandclass.py
+++ b/third_party/dnspython/tests/rdtypeandclass.py
diff --git a/lib/dnspython/tests/resolver.py b/third_party/dnspython/tests/resolver.py
index 28d5a42cdf..28d5a42cdf 100644
--- a/lib/dnspython/tests/resolver.py
+++ b/third_party/dnspython/tests/resolver.py
diff --git a/lib/dnspython/tests/rrset.py b/third_party/dnspython/tests/rrset.py
index be1324b0ec..be1324b0ec 100644
--- a/lib/dnspython/tests/rrset.py
+++ b/third_party/dnspython/tests/rrset.py
diff --git a/lib/dnspython/tests/set.py b/third_party/dnspython/tests/set.py
index 583d20cfa0..583d20cfa0 100644
--- a/lib/dnspython/tests/set.py
+++ b/third_party/dnspython/tests/set.py
diff --git a/lib/dnspython/tests/tokenizer.py b/third_party/dnspython/tests/tokenizer.py
index 1d561ae1b5..1d561ae1b5 100644
--- a/lib/dnspython/tests/tokenizer.py
+++ b/third_party/dnspython/tests/tokenizer.py
diff --git a/lib/dnspython/tests/update.py b/third_party/dnspython/tests/update.py
index 92ddb565fc..92ddb565fc 100644
--- a/lib/dnspython/tests/update.py
+++ b/third_party/dnspython/tests/update.py
diff --git a/lib/dnspython/tests/zone.py b/third_party/dnspython/tests/zone.py
index 31e7405b0f..31e7405b0f 100644
--- a/lib/dnspython/tests/zone.py
+++ b/third_party/dnspython/tests/zone.py
diff --git a/lib/dnspython/util/COPYRIGHT b/third_party/dnspython/util/COPYRIGHT
index 7390363fbb..7390363fbb 100644
--- a/lib/dnspython/util/COPYRIGHT
+++ b/third_party/dnspython/util/COPYRIGHT
diff --git a/lib/dnspython/util/copyrights b/third_party/dnspython/util/copyrights
index f73e9f6fe3..f73e9f6fe3 100644
--- a/lib/dnspython/util/copyrights
+++ b/third_party/dnspython/util/copyrights
diff --git a/third_party/wscript_build b/third_party/wscript_build
index d8b9aae015..0be84743b3 100644
--- a/third_party/wscript_build
+++ b/third_party/wscript_build
@@ -4,6 +4,7 @@ import os
# work out what python external libraries we need to install
external_libs = {
+ "dns.resolver": "dnspython/dns",
}
list = []