]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python: remove obsolete samba_external directory
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 21 May 2021 04:50:02 +0000 (16:50 +1200)
committerJeremy Allison <jra@samba.org>
Thu, 10 Jun 2021 00:29:32 +0000 (00:29 +0000)
It seems this was once meant to contain third-party python libraries
that we hoped would already be on the system, of which there was only
ever one candidate, dnspython, which we moved then stopped bundling
years ago.

The ancestor of this directory, 'source4/scripting/python/samba_external/'
was unused since 4bbc3ff037026c72f3249f59c1b5af69a6ad6d69 (2010) and
the current location has never done anything.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
python/samba_external/README [deleted file]

diff --git a/python/samba_external/README b/python/samba_external/README
deleted file mode 100644 (file)
index d6a4dec..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-This directory is for external python libraries that may not be
-installed on the local system. We always should try to use the
-system version of the library if possible, then use the Samba
-supplied copy if the system copy is unavailable