You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/eric/files/eric-4.4-no-interactive.patch

15 lines
600 B

Index: eric4-4.4-snapshot-20091129/install.py
===================================================================
--- eric4-4.4-snapshot-20091129.orig/install.py
+++ eric4-4.4-snapshot-20091129/install.py
@@ -761,9 +761,6 @@ def main(argv):
(v[0], v[1], v[2])
print " with foreign characters. Please see 'README-PyXML.txt' for"
print " details."
- res = raw_input(" Shall pyXML be patched now (y/n)? ")
- if res in ["Y", "y"]:
- patchPyXML()
except ImportError:
pass