[Python-checkins] bpo-46118: Make sure importlib.resources is included. (GH-30311)

jaraco webhook-mailer at python.org
Thu Dec 30 22:39:28 EST 2021


https://github.com/python/cpython/commit/35628e4cde71e54afe12aea50c74069afe2c3389
commit: 35628e4cde71e54afe12aea50c74069afe2c3389
branch: main
author: Jason R. Coombs <jaraco at jaraco.com>
committer: jaraco <jaraco at jaraco.com>
date: 2021-12-30T22:39:24-05:00
summary:

bpo-46118: Make sure importlib.resources is included. (GH-30311)

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index ed77bebfab901..fbd4c3a23fd81 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 \



More information about the Python-checkins mailing list