SOURCES: tinyerp-client-setup_py.patch (NEW) - don't try to 'impor...

radek radek at pld-linux.org
Sun Aug 7 18:44:06 CEST 2005


Author: radek                        Date: Sun Aug  7 16:44:06 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't try to 'import gtk' wile building (no DISPLAY)

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

---- Diffs:

================================================================
Index: SOURCES/tinyerp-client-setup_py.patch
diff -u /dev/null SOURCES/tinyerp-client-setup_py.patch:1.1
--- /dev/null	Sun Aug  7 18:44:06 2005
+++ SOURCES/tinyerp-client-setup_py.patch	Sun Aug  7 18:44:01 2005
@@ -0,0 +1,12 @@
+# Reason: "import gtk" fails if DISPLAY is not set.
+--- tinyerp-client-2.1.3/setup.py~	2005-07-15 13:35:02.000000000 +0200
++++ tinyerp-client-2.1.3/setup.py	2005-08-07 18:26:41.857466864 +0200
+@@ -78,7 +78,7 @@
+ Programming Language :: Python
+ """
+ 
+-check_modules()
++#check_modules()
+ 
+ # todo: use 
+ command = sys.argv[1]
================================================================



More information about the pld-cvs-commit mailing list