From 3a1c85ca09465b5e3402a281b99fe01d6fa1e509 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 30 Dec 2021 21:29:15 -0500 Subject: [PATCH] bpo-46118: Make sure importlib.resources is included. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index ed77bebfab901f..fbd4c3a23fd81b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1911,7 +1911,7 @@ LIBSUBDIRS= asyncio \ html \ http \ idlelib idlelib/Icons \ - importlib importlib/metadata \ + importlib importlib/resources importlib/metadata \ json \ lib2to3 lib2to3/fixes lib2to3/pgen2 \ logging \