The fix_manifest command is obsolete. Signed-off-by: Simon Schampijer <si...@laptop.org> --- sjhbuild/bundlemodule.py | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/sjhbuild/bundlemodule.py b/sjhbuild/bundlemodule.py index 05b24e3..e7f7e1d 100644 --- a/sjhbuild/bundlemodule.py +++ b/sjhbuild/bundlemodule.py @@ -18,10 +18,6 @@ class BundleModule(distutils.DistutilsModule): srcdir = self.get_srcdir(buildscript) builddir = self.get_builddir(buildscript) python = os.environ.get('PYTHON', 'python') - cmd = [python, 'setup.py', 'fix_manifest'] - if srcdir != builddir: - cmd.extend(['--build-base', builddir]) - buildscript.execute(cmd, cwd = srcdir, extra_env = self.extra_env) cmd = [python, 'setup.py', 'build'] if srcdir != builddir: -- 1.7.10.2 _______________________________________________ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel