summaryrefslogtreecommitdiff
path: root/third_party/wscript
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-12-06 09:56:07 +0000
committerAndrew Bartlett <abartlet@samba.org>2018-12-11 20:07:18 +0100
commit923010d99bd79c36b8d6dbedef4228df4d6fa1b4 (patch)
treea961aa52fd261bb2b82c58d57092352aeffb629c /third_party/wscript
parent75d15484f3b71b1a2684c4a73e53aaa467f9932b (diff)
downloadsamba-923010d99bd79c36b8d6dbedef4228df4d6fa1b4.tar.gz
various: Remove references to about to be deleted thirdparty/dnspython
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'third_party/wscript')
-rw-r--r--third_party/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/wscript b/third_party/wscript
index f7a6daff0dd..ecd1975d7b8 100644
--- a/third_party/wscript
+++ b/third_party/wscript
@@ -7,7 +7,6 @@ from waflib import Options, Errors
# work out what python external libraries we need to install
external_pkgs = {
- "dns.resolver": "dnspython/dns",
"iso8601": "pyiso8601/iso8601",
}