summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-31 11:51:01 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-31 11:51:01 -0500
commit9fed012172521fb5cd8edb75e088fb20ea293387 (patch)
tree8e9969cfdc8567d1fe80066d1c8e9d28f2978255 /Makefile
parent2a73c2660c1cd127d93c5c5d75d06a3afca2c39d (diff)
downloadpython-setuptools-bitbucket-9fed012172521fb5cd8edb75e088fb20ea293387.tar.gz
Update vendoring technique to match that used for packaging. Ref #229.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37dd26eb..54dad480 100644
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,9 @@ empty:
update-vendored:
rm -rf pkg_resources/_vendor/packaging
- pip install -r pkg_resources/_vendor/vendored.txt -t pkg_resources/_vendor/
+ python3.5 -m pip install -r pkg_resources/_vendor/vendored.txt -t pkg_resources/_vendor/
rm -rf pkg_resources/_vendor/*.{egg,dist}-info
+
+ rm -rf setuptools/_vendor/six
+ python3.5 -m pip install -r setuptools/_vendor/vendored.txt -t setuptools/_vendor/
+ rm -rf setuptools/_vendor/*.{egg,dist}-info