From c349aa3619efde5e00fd0d05f0670a7b6c2f3327 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 7 Apr 2010 00:26:28 +0200 Subject: s4-python: Use standard infrastructure for finding included testtools, subunit and iso8601. --- source4/scripting/python/wscript_build | 2 -- source4/wscript_build | 1 - 2 files changed, 3 deletions(-) (limited to 'source4') diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index 2a09869a21..96de643b4f 100644 --- a/source4/scripting/python/wscript_build +++ b/source4/scripting/python/wscript_build @@ -23,9 +23,7 @@ bld.SAMBA_PYTHON('python_uuid', bld.SAMBA_PYTHON('python_glue', source='pyglue.c', - # _PY_FILES='$(shell find samba ../lib/subunit/python -type f -name "*.py")', deps='LIBNDR ldb SAMDB CREDENTIALS pyldb python_dcerpc_misc python_dcerpc_security pyauth pyldb_util pyparam_util', - # EPYDOC_OPTIONS='--no-private --url http://www.samba.org/ --no-sourcecode', realname='samba/glue.so' ) diff --git a/source4/wscript_build b/source4/wscript_build index d128a85299..0fbd05914e 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -48,7 +48,6 @@ bld.RECURSE('lib/ldb') bld.RECURSE('dynconfig') bld.RECURSE('../lib/util/charset') bld.RECURSE('scripting/python') -bld.RECURSE('../lib/subunit/python') bld.RECURSE('param') bld.RECURSE('librpc') bld.RECURSE('dsdb') -- cgit