summaryrefslogtreecommitdiff
path: root/lib/subunit/python/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'lib/subunit/python/wscript_build')
-rw-r--r--lib/subunit/python/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/subunit/python/wscript_build b/lib/subunit/python/wscript_build
index f690ae30d5..a4d1bec301 100644
--- a/lib/subunit/python/wscript_build
+++ b/lib/subunit/python/wscript_build
@@ -14,3 +14,8 @@ bld.SAMBA_SCRIPT('python_subunit',
bld.SAMBA_SCRIPT('python_testtools',
pattern='testtools/**/*.py',
installdir='python')
+
+bld.INSTALL_WILDCARD('${PYTHONDIR}', 'subunit/**/*.py', flat=False)
+bld.INSTALL_WILDCARD('${PYTHONDIR}', 'testtools/**/*.py', flat=False)
+bld.INSTALL_WILDCARD('${PYTHONDIR}', 'iso8601/**/*.py', flat=False)
+