mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +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)
|
compression - Various compression algorithms (MSZIP, lzxpress)
|
||||||
dnspython - Python module for working with DNS.
|
|
||||||
popt - Command-line option parsing library
|
popt - Command-line option parsing library
|
||||||
replace - Provides replacements for standard (POSIX, C99) functions
|
replace - Provides replacements for standard (POSIX, C99) functions
|
||||||
not provided by the host platform.
|
not provided by the host platform.
|
||||||
|
@ -36,7 +36,6 @@ from samba.ntstatus import (
|
|||||||
NT_STATUS_NO_SUCH_DOMAIN
|
NT_STATUS_NO_SUCH_DOMAIN
|
||||||
)
|
)
|
||||||
import samba
|
import samba
|
||||||
samba.ensure_third_party_module("dns", "dnspython")
|
|
||||||
import dns.resolver
|
import dns.resolver
|
||||||
|
|
||||||
|
|
||||||
|
@ -53,7 +53,6 @@ from samba.compat import get_string
|
|||||||
from samba.compat import text_type
|
from samba.compat import text_type
|
||||||
import ldb
|
import ldb
|
||||||
|
|
||||||
samba.ensure_third_party_module("dns", "dnspython")
|
|
||||||
import dns.resolver
|
import dns.resolver
|
||||||
import dns.exception
|
import dns.exception
|
||||||
|
|
||||||
|
@ -68,7 +68,6 @@ from samba.provision.sambadns import (
|
|||||||
create_named_txt )
|
create_named_txt )
|
||||||
from samba.dcerpc import security
|
from samba.dcerpc import security
|
||||||
|
|
||||||
samba.ensure_third_party_module("dns", "dnspython")
|
|
||||||
import dns.zone, dns.rdatatype
|
import dns.zone, dns.rdatatype
|
||||||
|
|
||||||
__docformat__ = 'restructuredText'
|
__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.
|
# $THIRD_PARTY_DIR yet.
|
||||||
WORKDIR="`mktemp -d`"
|
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..."
|
echo "Updating pep8..."
|
||||||
git clone git://git.samba.org/third_party/pep8 "$WORKDIR/pep8"
|
git clone git://git.samba.org/third_party/pep8 "$WORKDIR/pep8"
|
||||||
rm -rf "$WORKDIR/pep8/.git"
|
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
|
# work out what python external libraries we need to install
|
||||||
external_pkgs = {
|
external_pkgs = {
|
||||||
"dns.resolver": "dnspython/dns",
|
|
||||||
"iso8601": "pyiso8601/iso8601",
|
"iso8601": "pyiso8601/iso8601",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user