summaryrefslogtreecommitdiff
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
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 97c3cfa2404..c7bf62124bd 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 181e67fdf2f..c2ee3ecb7fb 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 4d497704936..689c9a435c7 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 5592c971b01..5592c971b01 100644
--- a/lib/dnspython/.gitignore
+++ b/third_party/dnspython/.gitignore
diff --git a/lib/dnspython/ChangeLog b/third_party/dnspython/ChangeLog
index 71b79614907..71b79614907 100644
--- a/lib/dnspython/ChangeLog
+++ b/third_party/dnspython/ChangeLog
diff --git a/lib/dnspython/LICENSE b/third_party/dnspython/LICENSE
index 633c18c1e75..633c18c1e75 100644
--- a/lib/dnspython/LICENSE
+++ b/third_party/dnspython/LICENSE
diff --git a/lib/dnspython/MANIFEST.in b/third_party/dnspython/MANIFEST.in
index d58fb8ba041..d58fb8ba041 100644
--- a/lib/dnspython/MANIFEST.in
+++ b/third_party/dnspython/MANIFEST.in
diff --git a/lib/dnspython/Makefile b/third_party/dnspython/Makefile
index 1f62c96c249..1f62c96c249 100644
--- a/lib/dnspython/Makefile
+++ b/third_party/dnspython/Makefile
diff --git a/lib/dnspython/README b/third_party/dnspython/README
index 367e7a2b76e..367e7a2b76e 100644
--- a/lib/dnspython/README
+++ b/third_party/dnspython/README
diff --git a/lib/dnspython/TODO b/third_party/dnspython/TODO
index 59ce1be1cee..59ce1be1cee 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 c848e485813..c848e485813 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 dd6a27a5364..dd6a27a5364 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 d6dcd1b1862..d6dcd1b1862 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 f8b6009d3f3..f8b6009d3f3 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 d380cf8c0d0..d380cf8c0d0 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 db6ef6e6e3c..db6ef6e6e3c 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 35a8305e809..35a8305e809 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 0c708036b1c..0c708036b1c 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 3b7e88f7b1b..3b7e88f7b1b 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 e117966e5fb..e117966e5fb 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 69db34a7dea..69db34a7dea 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 cf291339347..cf291339347 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 ed3ffeec571..ed3ffeec571 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 9f5a0efb7cf..9f5a0efb7cf 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 7625c66d3ac..7625c66d3ac 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 3258c34cd93..3258c34cd93 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 addee4e3f2d..addee4e3f2d 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 7807782aa4d..7807782aa4d 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 350bf790b86..350bf790b86 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 7601e70c3a4..7601e70c3a4 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 dcd2b401913..dcd2b401913 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 380cfcd0d3f..380cfcd0d3f 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 c729789afaf..c729789afaf 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 c102521a149..c102521a149 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 fb8e9be49ea..fb8e9be49ea 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 8bd79793d11..8bd79793d11 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 d864001190c..d864001190c 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 1d678d2f2a5..1d678d2f2a5 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 56b6332de20..56b6332de20 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 38d1d88b287..38d1d88b287 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 15fd54e69ef..15fd54e69ef 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 968b36f5e23..968b36f5e23 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 0c2d3cd035b..0c2d3cd035b 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 154546d79d2..154546d79d2 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 92f41532a76..92f41532a76 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 6b45d4d4b60..6b45d4d4b60 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 ad113a4b59d..ad113a4b59d 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 c7ac7375b41..c7ac7375b41 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 4e687825ad7..4e687825ad7 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 4a037537b6c..4a037537b6c 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 26c55314e13..26c55314e13 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 63d389cd7ae..63d389cd7ae 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 f9653fdb344..f9653fdb344 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 2d6f21b56b9..2d6f21b56b9 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 8860dd72bb4..8860dd72bb4 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 cec650a570c..cec650a570c 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 604fd0f4deb..604fd0f4deb 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 ae91295f8c9..ae91295f8c9 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 721e9dd60b7..721e9dd60b7 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 372d3332260..372d3332260 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 e131bd50703..e131bd50703 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 260fd6f39fc..260fd6f39fc 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 5524beadd13..5524beadd13 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 d85b6fe9931..d85b6fe9931 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 c7bd5bbe65b..c7bd5bbe65b 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 7fe043082b3..7fe043082b3 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 216cb0a81aa..216cb0a81aa 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 df5b989ac80..df5b989ac80 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 1422b834875..1422b834875 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 e101b26beae..e101b26beae 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 04c3054e449..04c3054e449 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 24cf1ece4eb..24cf1ece4eb 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 49db5a37769..49db5a37769 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 6f5559a7e4e..6f5559a7e4e 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 abc6a9ed5b2..abc6a9ed5b2 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 fbd5ef1e51e..fbd5ef1e51e 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 580f056ea09..580f056ea09 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 ad3f83d450e..ad3f83d450e 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 90f95e8ed05..90f95e8ed05 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 4925cfd6ffd..4925cfd6ffd 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 f6051fea4fc..f6051fea4fc 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 14c76a05c47..14c76a05c47 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 4bff7b6c72d..4bff7b6c72d 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 63b925afbb3..63b925afbb3 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 0ddd93410fa..0ddd93410fa 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 ab6ddf4e665..ab6ddf4e665 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 e6922269180..e6922269180 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 7de430b638a..7de430b638a 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 86d954a90a6..86d954a90a6 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 67c952d3cc5..67c952d3cc5 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 84814b73cf6..84814b73cf6 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 ad40ccf84b5..ad40ccf84b5 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 3036e70ddf3..3036e70ddf3 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 b099c49d166..b099c49d166 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 8657baed440..8657baed440 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 351896b0156..351896b0156 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 e67ab189273..e67ab189273 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 ad81fb1d2d4..ad81fb1d2d4 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 33d7c206797..33d7c206797 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 6ab444f451e..6ab444f451e 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 c2fa6b6659c..c2fa6b6659c 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 7b4546a0865..7b4546a0865 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 2f753a2f758..2f753a2f758 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 0834d171500..0834d171500 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 de4bcd59fde..de4bcd59fde 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 b3cf6716bcd..b3cf6716bcd 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 931bb1977d5..931bb1977d5 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 e30e43d3a22..e30e43d3a22 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 e256bfe679d..e256bfe679d 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 9d8bedd702d..9d8bedd702d 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 f3c0628d361..f3c0628d361 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 28d5a42cdff..28d5a42cdff 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 be1324b0ecf..be1324b0ecf 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 583d20cfa05..583d20cfa05 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 1d561ae1b5d..1d561ae1b5d 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 92ddb565fc1..92ddb565fc1 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 31e7405b0f8..31e7405b0f8 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 7390363fbb5..7390363fbb5 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 f73e9f6fe3c..f73e9f6fe3c 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 d8b9aae0154..0be84743b3e 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 = []