]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Buildsystem/python_distutils.pm
Revert "python_distutils: Pass --force to setup.py build, to ensure that when python...
[debhelper.git] / Debian / Debhelper / Buildsystem / python_distutils.pm
index 5115a8aea5854c111ecf4b8013c6fded2d7c19dc..70307b0fa2023395af5466d0661a8bb65ef3af62 100644 (file)
@@ -163,9 +163,7 @@ sub setup_py {
 
 sub build {
        my $this=shift;
-       $this->setup_py("build",
-               "--force",
-               @_);
+       $this->setup_py("build", @_);
 }
 
 sub install {