From 35628e4cde71e54afe12aea50c74069afe2c3389 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 30 Dec 2021 22:39:24 -0500 Subject: bpo-46118: Make sure importlib.resources is included. (GH-30311) --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index ed77beb..fbd4c3a 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 \ -- cgit v0.12