Author: DavidCzech Date: 2008-08-28 01:09:07 -0400 (Thu, 28 Aug 2008) New Revision: 1349
Modified: trunk/pysoy/setup.py Log: No Ticket: Fix for new pyrex (0.9.8.5) Modified: trunk/pysoy/setup.py =================================================================== --- trunk/pysoy/setup.py 2008-08-27 02:12:59 UTC (rev 1348) +++ trunk/pysoy/setup.py 2008-08-28 05:09:07 UTC (rev 1349) @@ -158,7 +158,8 @@ extname = os.path.splitext(pyxsource)[0].split('/')[-1][4:] print "processing '%s' extension" % extname result = Main.compile(pyxsource, options) - os.remove(os.path.splitext(pyxsource)[0] + '.dep') + if Main.Version.version < '0.9.8.5' : + os.remove(os.path.splitext(pyxsource)[0] + '.dep') if result.num_errors: error = True _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn