Skip to content

Commit

Permalink
bpo-46118: Make sure importlib.resources is included. (GH-30311)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco authored Dec 31, 2021
1 parent 99945c6 commit 35628e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 35628e4

Please sign in to comment.