summaryrefslogtreecommitdiffstats
path: root/lib/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-12-14 20:30:52 +0000
committerAndrew Bartlett <abartlet@samba.org>2015-03-06 04:41:48 +0100
commit889d0adab1f303fccabd225e0162ca488ab26164 (patch)
treeba82a135598a8eae7efcae2ee05897ddda0d0818 /lib/wscript_build
parentf1d744364619f8d4a5b3609b97b53dfe6b18abb8 (diff)
downloadsamba-889d0adab1f303fccabd225e0162ca488ab26164.tar.gz
samba-889d0adab1f303fccabd225e0162ca488ab26164.tar.xz
samba-889d0adab1f303fccabd225e0162ca488ab26164.zip
Remove bundled but unused mimeparse.
Change-Id: I245607c0d27dbeae638f2f50c3b4d560eb9b70f8 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 b1a42d2e97..2432df5e2f 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 = {
- "mimeparse": "mimeparse/mimeparse",
}
list = []