From a92877f955baf0ed8420f77898bd4405bd319c67 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 25 Oct 2014 11:09:10 -0700 Subject: Add bundled copy of 'extras' python module used by newer versions of testtools/subunit. Change-Id: I5ad9222ccb4228a4b16d54a578276d4b9d4e6c4d Signed-Off-By: Jelmer Vernooij Reviewed-by: Andrew Bartlett --- lib/wscript_build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/wscript_build') diff --git a/lib/wscript_build b/lib/wscript_build index c7bf62124bd..002074b546b 100644 --- a/lib/wscript_build +++ b/lib/wscript_build @@ -5,7 +5,9 @@ import os, Options # work out what python external libraries we need to install external_libs = { "subunit": "subunit/python/subunit", - "testtools": "testtools/testtools"} + "testtools": "testtools/testtools", + "extras": "extras/extras", + } list = [] -- cgit v1.2.1