From: Gregory P. Smith Date: Wed, 11 Sep 2019 10:31:37 +0000 (-0500) Subject: bpo-28494: install ziptestdata to fix install bot (GH-15902) X-Git-Tag: v3.9.0a1~569 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c37447481ec8f6d0e49d0587ec0de3f9e7d56b28;p=thirdparty%2FPython%2Fcpython.git bpo-28494: install ziptestdata to fix install bot (GH-15902) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 4f4f096e7283..1c0958ec974b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1374,6 +1374,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ test/test_importlib/source \ test/test_importlib/zipdata01 \ test/test_importlib/zipdata02 \ + test/ziptestdata \ asyncio \ test/test_asyncio \ collections concurrent concurrent/futures encodings \