From 8b0bb76faa263a310099def8d6c64234a780973d Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 25 May 2019 09:22:58 -0400 Subject: [PATCH 1/2] bpo-34632: Also include the test data directory. --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 925d52f7894e11..ee94ad54a272e5 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1323,6 +1323,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ importlib/metadata \ test/test_importlib \ test/test_importlib/builtin \ + test/test_importlib/data \ test/test_importlib/data01 \ test/test_importlib/data01/subdirectory \ test/test_importlib/data02 \ From 533f3364438d727035098bc7cc62673afd514515 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 25 May 2019 09:23:58 -0400 Subject: [PATCH 2/2] bpo-34632: remove the framework resources artifacts, accidentally added in 1bbf7b661f (ccbccce) --- Python.framework/Resources | 1 - 1 file changed, 1 deletion(-) delete mode 120000 Python.framework/Resources diff --git a/Python.framework/Resources b/Python.framework/Resources deleted file mode 120000 index 953ee36f3bb709..00000000000000 --- a/Python.framework/Resources +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Resources \ No newline at end of file