|
@@ -20,7 +20,7 @@ diff --git a/Makefile.pre.in b/Makefile.pre.in
|
|
index badb2af35d..931cc3ed07 100644
|
|
index badb2af35d..931cc3ed07 100644
|
|
--- a/Makefile.pre.in
|
|
--- a/Makefile.pre.in
|
|
+++ b/Makefile.pre.in
|
|
+++ b/Makefile.pre.in
|
|
-@@ -1233,7 +1233,9 @@ ifeq (@PYDOC@,yes)
|
|
|
|
|
|
+@@ -1235,7 +1235,9 @@ ifeq (@PYDOC@,yes)
|
|
(cd $(DESTDIR)$(BINDIR); $(LN) -s pydoc$(VERSION) pydoc3)
|
|
(cd $(DESTDIR)$(BINDIR); $(LN) -s pydoc$(VERSION) pydoc3)
|
|
endif
|
|
endif
|
|
-rm -f $(DESTDIR)$(BINDIR)/2to3
|
|
-rm -f $(DESTDIR)$(BINDIR)/2to3
|
|
@@ -30,7 +30,7 @@ index badb2af35d..931cc3ed07 100644
|
|
-rm -f $(DESTDIR)$(BINDIR)/pyvenv
|
|
-rm -f $(DESTDIR)$(BINDIR)/pyvenv
|
|
(cd $(DESTDIR)$(BINDIR); $(LN) -s pyvenv-$(VERSION) pyvenv)
|
|
(cd $(DESTDIR)$(BINDIR); $(LN) -s pyvenv-$(VERSION) pyvenv)
|
|
if test "x$(LIPO_32BIT_FLAGS)" != "x" ; then \
|
|
if test "x$(LIPO_32BIT_FLAGS)" != "x" ; then \
|
|
-@@ -1270,7 +1272,6 @@ LIBSUBDIRS= tkinter site-packages \
|
|
|
|
|
|
+@@ -1272,7 +1274,6 @@ LIBSUBDIRS= tkinter site-packages \
|
|
html json http dbm xmlrpc \
|
|
html json http dbm xmlrpc \
|
|
sqlite3 \
|
|
sqlite3 \
|
|
logging csv wsgiref urllib \
|
|
logging csv wsgiref urllib \
|
|
@@ -38,7 +38,7 @@ index badb2af35d..931cc3ed07 100644
|
|
ctypes ctypes/macholib \
|
|
ctypes ctypes/macholib \
|
|
idlelib idlelib/Icons \
|
|
idlelib idlelib/Icons \
|
|
distutils distutils/command $(XMLLIBSUBDIRS) \
|
|
distutils distutils/command $(XMLLIBSUBDIRS) \
|
|
-@@ -1340,9 +1341,6 @@ TESTSUBDIRS= tkinter/test tkinter/test/test_tkinter \
|
|
|
|
|
|
+@@ -1342,9 +1343,6 @@ TESTSUBDIRS= tkinter/test tkinter/test/test_tkinter \
|
|
test/test_email test/test_email/data \
|
|
test/test_email test/test_email/data \
|
|
test/test_json \
|
|
test/test_json \
|
|
sqlite3/test \
|
|
sqlite3/test \
|
|
@@ -48,7 +48,7 @@ index badb2af35d..931cc3ed07 100644
|
|
ctypes/test \
|
|
ctypes/test \
|
|
idlelib/idle_test \
|
|
idlelib/idle_test \
|
|
distutils/tests \
|
|
distutils/tests \
|
|
-@@ -1350,6 +1348,14 @@ TESTSUBDIRS= tkinter/test tkinter/test/test_tkinter \
|
|
|
|
|
|
+@@ -1352,6 +1350,14 @@ TESTSUBDIRS= tkinter/test tkinter/test/test_tkinter \
|
|
test/test_tools test/test_warnings test/test_warnings/data \
|
|
test/test_tools test/test_warnings test/test_warnings/data \
|
|
unittest/test unittest/test/testmock
|
|
unittest/test unittest/test/testmock
|
|
|
|
|
|
@@ -63,7 +63,7 @@ index badb2af35d..931cc3ed07 100644
|
|
ifeq (@TEST_MODULES@,yes)
|
|
ifeq (@TEST_MODULES@,yes)
|
|
LIBSUBDIRS += $(TESTSUBDIRS)
|
|
LIBSUBDIRS += $(TESTSUBDIRS)
|
|
endif
|
|
endif
|
|
-@@ -1449,10 +1455,12 @@ ifeq (@PYC_BUILD@,yes)
|
|
|
|
|
|
+@@ -1451,10 +1457,12 @@ ifeq (@PYC_BUILD@,yes)
|
|
-d $(LIBDEST)/site-packages -f \
|
|
-d $(LIBDEST)/site-packages -f \
|
|
-x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
|
|
-x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
|
|
endif
|
|
endif
|
|
@@ -97,7 +97,7 @@ diff --git a/setup.py b/setup.py
|
|
index 94dd337fef..76429e1326 100644
|
|
index 94dd337fef..76429e1326 100644
|
|
--- a/setup.py
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
+++ b/setup.py
|
|
-@@ -2338,10 +2338,11 @@ def main():
|
|
|
|
|
|
+@@ -2377,10 +2377,11 @@ def main():
|
|
import warnings
|
|
import warnings
|
|
warnings.filterwarnings("ignore",category=DeprecationWarning)
|
|
warnings.filterwarnings("ignore",category=DeprecationWarning)
|
|
|
|
|