summaryrefslogtreecommitdiff
path: root/lib/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-12-14 20:29:49 +0000
committerAndrew Bartlett <abartlet@samba.org>2015-03-06 04:41:48 +0100
commitf1d744364619f8d4a5b3609b97b53dfe6b18abb8 (patch)
tree25f13e2280c9f641880babcec34ebf1618120a45 /lib/wscript_build
parent8918481a8415c76b83230067162a53935a4cce4a (diff)
downloadsamba-f1d744364619f8d4a5b3609b97b53dfe6b18abb8.tar.gz
Remove unused bundled python-extras module.
Change-Id: I6df0561ff4059c827d545d60a0865e17e9fefcf0 Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/wscript_build')
-rw-r--r--lib/wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/wscript_build b/lib/wscript_build
index dd74022b8ec..b1a42d2e973 100644
--- a/lib/wscript_build
+++ b/lib/wscript_build
@@ -4,7 +4,6 @@ import os, Options
# work out what python external libraries we need to install
external_libs = {
- "extras": "extras/extras",
"mimeparse": "mimeparse/mimeparse",
}