Removed troublesome requires.

This commit is contained in:
Ossi Salmi 2010-10-26 16:22:55 +03:00 committed by Timo Mkinen
parent 0017afd4fe
commit 3d7b5699d6
2 changed files with 1 additions and 3 deletions

View file

@ -16,7 +16,6 @@ define python::setup::install() {
cwd => "${name}",
command => "python setup.py install",
unless => "test -d build",
require => File["${name}"],
}
}