diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,6 +2,7 @@ empty: exit 1 update-vendored: - rm -rf pkg_resources/_vendor/packaging - pip install -r pkg_resources/_vendor/vendored.txt -t pkg_resources/_vendor/ + 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 |
