diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-30 22:39:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 22:39:24 -0500 |
commit | 35628e4cde71e54afe12aea50c74069afe2c3389 (patch) | |
tree | 922cf4afe5ca9234944e670d8fc374258d2adf5d | |
parent | 99945c6b5cf280bd90075cffae942af44941abcc (diff) | |
download | cpython-git-35628e4cde71e54afe12aea50c74069afe2c3389.tar.gz |
bpo-46118: Make sure importlib.resources is included. (GH-30311)
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index ed77bebfab..fbd4c3a23f 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 \ |