From: Jason R. Coombs Date: Fri, 31 Dec 2021 03:39:24 +0000 (-0500) Subject: bpo-46118: Make sure importlib.resources is included. (GH-30311) X-Git-Tag: v3.11.0a4~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35628e4cde71e54afe12aea50c74069afe2c3389;p=thirdparty%2FPython%2Fcpython.git bpo-46118: Make sure importlib.resources is included. (GH-30311) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index ed77bebfab90..fbd4c3a23fd8 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 \