diff options
author | Gregory P. Smith <greg@krypto.org> | 2019-09-11 10:31:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-11 10:31:37 (GMT) |
commit | c37447481ec8f6d0e49d0587ec0de3f9e7d56b28 (patch) | |
tree | 63e1bf7365ca22b45b7ba8c5dc9ddd2a6ea4c8e4 /Makefile.pre.in | |
parent | 7a0023e8d17566eb32c836b65c33663303a2224f (diff) | |
download | cpython-c37447481ec8f6d0e49d0587ec0de3f9e7d56b28.zip cpython-c37447481ec8f6d0e49d0587ec0de3f9e7d56b28.tar.gz cpython-c37447481ec8f6d0e49d0587ec0de3f9e7d56b28.tar.bz2 |
bpo-28494: install ziptestdata to fix install bot (GH-15902)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 4f4f096..1c0958e 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 \ |