Author: duncan
Date: Mon Oct  2 13:20:51 2006
New Revision: 8302

Modified:
   branches/rel-1-5/freevo/setup.py

Log:
[ 1569278 ] Incorrect order checking for libraries in setup.py
Fix applied.


Modified: branches/rel-1-5/freevo/setup.py
==============================================================================
--- branches/rel-1-5/freevo/setup.py    (original)
+++ branches/rel-1-5/freevo/setup.py    Mon Oct  2 13:20:51 2006
@@ -16,13 +16,15 @@
 from distutils import core
 
 
-check_libs((('mmpython', 'http://www.sf.net/projects/mmpython' ),
-            ('pygame', 'http://www.pygame.org'),
+check_libs((
             ('xml.utils.qp_xml', 'http://pyxml.sourceforge.net/'),
+            ('mmpython', 'http://www.sf.net/projects/mmpython' ),
+            ('pygame', 'http://www.pygame.org'),
             ('Image', 'http://www.pythonware.com/products/pil/'),
             ('elementtree', 'http://effbot.org/zone/elementtree.htm'),
             ('twisted', 'http://www.twistedmatrix.com/'),
-            ('twisted.web.microdom', 'http://www.twistedmatrix.com/')))
+            ('twisted.web.microdom', 'http://www.twistedmatrix.com/')
+))
 
 
 class Runtime(core.Command):

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to