summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/eric/files/eric-4.5-no-interactive.patch')
-rw-r--r--dev-util/eric/files/eric-4.5-no-interactive.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-util/eric/files/eric-4.5-no-interactive.patch b/dev-util/eric/files/eric-4.5-no-interactive.patch
new file mode 100644
index 000000000000..37e57748e487
--- /dev/null
+++ b/dev-util/eric/files/eric-4.5-no-interactive.patch
@@ -0,0 +1,15 @@
+--- eric4-4.5.10/install.py
++++ eric4-4.5.10/install.py
+@@ -1053,12 +1053,6 @@
+ (v[0], v[1], v[2])
+ print " with foreign characters. Please see 'README-PyXML.txt' for"
+ print " details."
+- try:
+- res = raw_input(" Shall pyXML be patched now (y/n)? ")
+- if res in ["Y", "y"]:
+- patchPyXML()
+- except EOFError:
+- pass
+ except ImportError:
+ pass
+