diff --git a/packages/lang/Python2/patches/Python2-2.7.11-017-dont-install-2to3.patch b/packages/lang/Python2/patches/Python2-2.7.11-017-dont-install-2to3.patch new file mode 100644 index 0000000000..64c09ddf79 --- /dev/null +++ b/packages/lang/Python2/patches/Python2-2.7.11-017-dont-install-2to3.patch @@ -0,0 +1,12 @@ +diff --git a/setup.py b/setup.py +index 69b76e7..7a50cc3 100644 +--- a/setup.py ++++ b/setup.py +@@ -2315,7 +2315,6 @@ def main(): + + # Scripts to install + scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle', +- 'Tools/scripts/2to3', + 'Lib/smtpd.py'] + ) +