mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Python2: don't install 2to3, clashes with Python3 equivalent
This commit is contained in:
parent
e738c7bf75
commit
2415a2b094
@ -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']
|
||||||
|
)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user