Index: trunk/setup.py =================================================================== --- trunk.orig/setup.py 2012-01-11 17:46:35.000000000 +0100 +++ trunk/setup.py 2012-01-11 17:46:35.000000000 +0100 @@ -590,7 +590,7 @@ if failed: print 'Failed dependencies: %s' % (', '.join(failed)) print 'Use the --nodepcheck option to ignore dependencies.' - exit(0) + exit(1) distutils.command.install.install.run(self, *args, **kwargs) def main(options):