SOURCES: PyFileServer-setup_py.patch (NEW) - PyXML is not required...

maciek2w maciek2w at pld-linux.org
Sat Aug 12 12:20:22 CEST 2006


Author: maciek2w                     Date: Sat Aug 12 10:20:22 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- PyXML is not required during build

---- Files affected:
SOURCES:
   PyFileServer-setup_py.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/PyFileServer-setup_py.patch
diff -u /dev/null SOURCES/PyFileServer-setup_py.patch:1.1
--- /dev/null	Sat Aug 12 12:20:22 2006
+++ SOURCES/PyFileServer-setup_py.patch	Sat Aug 12 12:20:17 2006
@@ -0,0 +1,25 @@
+--- setup.py.orig	2006-08-12 12:09:21.000000000 +0200
++++ setup.py	2006-08-12 12:09:39.000000000 +0200
+@@ -11,14 +11,14 @@
+ #manual check for dependencies: PyXML - somehow installer unable to find on PyPI.
+ import sys
+ 
+-print "\nChecking manual dependencies...\n"
+-try:
+-   import xml.dom.ext
+-   import xml.dom.ext.reader
+-except ImportError:
+-   print "Failed to detect PyXML. PyXML is required for PyFileServer. Please install"
+-   print "PyXML <http://pyxml.sourceforge.net/> before installing PyFileServer"
+-   sys.exit(-1)
++#print "\nChecking manual dependencies...\n"
++#try:
++#   import xml.dom.ext
++#   import xml.dom.ext.reader
++#except ImportError:
++#   print "Failed to detect PyXML. PyXML is required for PyFileServer. Please install"
++#   print "PyXML <http://pyxml.sourceforge.net/> before installing PyFileServer"
++#   sys.exit(-1)
+ 
+ 
+ from setuptools import setup, find_packages
================================================================


More information about the pld-cvs-commit mailing list