summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 37dd26eb..353b987e 100644
--- a/Makefile
+++ b/Makefile
@@ -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