mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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>
This commit is contained in:
parent
75d15484f3
commit
923010d99b
@ -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.
|
||||
|
@ -36,7 +36,6 @@ from samba.ntstatus import (
|
||||
NT_STATUS_NO_SUCH_DOMAIN
|
||||
)
|
||||
import samba
|
||||
samba.ensure_third_party_module("dns", "dnspython")
|
||||
import dns.resolver
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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'
|
||||
|
5
third_party/update.sh
vendored
5
third_party/update.sh
vendored
@ -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"
|
||||
|
1
third_party/wscript
vendored
1
third_party/wscript
vendored
@ -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",
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user