From 05b1142b0110e5a996718e8b910825cf13c1cb9e Mon Sep 17 00:00:00 2001 From: Lysandros Nikolaou Date: Tue, 30 Apr 2024 10:50:00 +0200 Subject: [PATCH] Add _pyrepl to installed Lib subdirs --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 0e52e10602cf85..393c27f17a652d 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2335,6 +2335,7 @@ LIBSUBDIRS= asyncio \ xmlrpc \ zipfile zipfile/_path \ zoneinfo \ + _pyrepl \ __phello__ TESTSUBDIRS= idlelib/idle_test \ test \