From: Douglas Bagnall Date: Fri, 21 May 2021 04:50:02 +0000 (+1200) Subject: python: remove obsolete samba_external directory X-Git-Tag: tevent-0.11.0~445 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8eb307f22d7db6d3848b36dd57afaf20942eb315;p=thirdparty%2Fsamba.git python: remove obsolete samba_external directory 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 Reviewed-by: Jeremy Allison --- diff --git a/python/samba_external/README b/python/samba_external/README deleted file mode 100644 index d6a4dec7b1b..00000000000 --- a/python/samba_external/README +++ /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