Skip to content

Commit

Permalink
fix: importlib_metadata patch may not work
Browse files Browse the repository at this point in the history
  • Loading branch information
NateScarlet committed Mar 5, 2021
1 parent 246be2d commit 4a60091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ lib/site-packages/.sentinel: requirements.txt patches/* patches/*/*
# https://github.com/python/typing/issues/582
cp -rvf patches/typing/* lib/site-packages/
# fix unicode issue
rm -rvf lib/site-packages/importlib_metadata/*
cp -rvf patches/importlib_metadata/* lib/site-packages/importlib_metadata/
cp patches/sitecustomize.py lib/site-packages/
touch $@
Expand Down

0 comments on commit 4a60091

Please sign in to comment.