blob: 353b987e4c8bde6152c7a01f6cf7b966e58fbbaf (
plain)
1
2
3
4
5
6
7
8
|
empty:
exit 1
update-vendored:
rm -rf pkg_resources/_vendor/packaging*
rm -rf pkg_resources/_vendor/six*
python3 -m pip install -r pkg_resources/_vendor/vendored.txt -t pkg_resources/_vendor/
rm -rf pkg_resources/_vendor/*.{egg,dist}-info
|