SOURCES: freevo-setup.py-elementtree.patch (NEW) - fix build with ...

blekot blekot at pld-linux.org
Tue May 1 14:22:18 CEST 2007


Author: blekot                       Date: Tue May  1 12:22:18 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix build with _elementtree.so

---- Files affected:
SOURCES:
   freevo-setup.py-elementtree.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/freevo-setup.py-elementtree.patch
diff -u /dev/null SOURCES/freevo-setup.py-elementtree.patch:1.1
--- /dev/null	Tue May  1 14:22:18 2007
+++ SOURCES/freevo-setup.py-elementtree.patch	Tue May  1 14:22:13 2007
@@ -0,0 +1,11 @@
+--- freevo-1.7.0/setup.py~	2006-12-04 17:38:21.000000000 +0100
++++ freevo-1.7.0/setup.py	2007-05-01 14:15:35.000000000 +0200
+@@ -24,7 +24,7 @@
+             ('BeautifulSoup', 'http://www.crummy.com/software/BeautifulSoup/' ),
+             ('pygame', 'http://www.pygame.org'),
+             ('Image', 'http://www.pythonware.com/products/pil/'),
+-            ('elementtree', 'http://effbot.org/zone/elementtree.htm'),
++            ('_elementtree', 'http://effbot.org/zone/elementtree.htm'),
+             ('twisted', 'http://www.twistedmatrix.com/'),
+             ('twisted.web.microdom', 'http://www.twistedmatrix.com/')
+ ))
================================================================


More information about the pld-cvs-commit mailing list