Skip to content

Commit

Permalink
various: Remove references to about to be deleted thirdparty/dnspython
Browse files Browse the repository at this point in the history
Signed-off-by: Noel Power <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
noelpower authored and abartlet committed Dec 11, 2018
1 parent 75d1548 commit 923010d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion lib/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
compression - Various compression algorithms (MSZIP, lzxpress)
dnspython - Python module for working with DNS.
popt - Command-line option parsing library
replace - Provides replacements for standard (POSIX, C99) functions
not provided by the host platform.
Expand Down
1 change: 0 additions & 1 deletion python/samba/emulate/traffic_packets.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
NT_STATUS_NO_SUCH_DOMAIN
)
import samba
samba.ensure_third_party_module("dns", "dnspython")
import dns.resolver


Expand Down
1 change: 0 additions & 1 deletion source4/scripting/bin/samba_dnsupdate
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ from samba.compat import get_string
from samba.compat import text_type
import ldb

samba.ensure_third_party_module("dns", "dnspython")
import dns.resolver
import dns.exception

Expand Down
1 change: 0 additions & 1 deletion source4/scripting/bin/samba_upgradedns
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ from samba.provision.sambadns import (
create_named_txt )
from samba.dcerpc import security

samba.ensure_third_party_module("dns", "dnspython")
import dns.zone, dns.rdatatype

__docformat__ = 'restructuredText'
Expand Down
5 changes: 0 additions & 5 deletions third_party/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ THIRD_PARTY_DIR="`dirname $0`"
# $THIRD_PARTY_DIR yet.
WORKDIR="`mktemp -d`"

echo "Updating dnspython..."
git clone git://git.samba.org/third_party/dnspython "$WORKDIR/dnspython"
rm -rf "$WORKDIR/dnspython/.git"
rsync -avz --delete "$WORKDIR/dnspython/" "$THIRD_PARTY_DIR/dnspython/"

echo "Updating pep8..."
git clone git://git.samba.org/third_party/pep8 "$WORKDIR/pep8"
rm -rf "$WORKDIR/pep8/.git"
Expand Down
1 change: 0 additions & 1 deletion third_party/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}

Expand Down

0 comments on commit 923010d

Please sign in to comment.