From da04eb9c3aced4ec62c6cda54061a303d608c016 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 14 Dec 2014 20:28:25 +0000 Subject: Remove bundled subunit. Change-Id: I18e19c3817de6f97fe2a9fb1b7faa4f8a0d27649 Signed-off-by: Jelmer Vernooij Reviewed-by: Andrew Bartlett --- lib/wscript_build | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/wscript_build') diff --git a/lib/wscript_build b/lib/wscript_build index 5712712253..7e8693bd39 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 = { - "subunit": "subunit/python/subunit", "testtools": "testtools/testtools", "extras": "extras/extras", "mimeparse": "mimeparse/mimeparse", -- cgit