mirror of https://github.com/python/cpython
bpo-46118: Make sure importlib.resources is included. (GH-30311)
This commit is contained in:
parent
99945c6b5c
commit
35628e4cde
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue