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