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
commit06872bb0bbbeb953e90bd0941444b0d499056557 (patch)
tree73adc719c4acd99095181f0ccd42bbc7564ef8f0 /Makefile
parent29fa01621c3de0a5c78c4f49b5d051386d0d566f (diff)
downloadpython-setuptools-git-06872bb0bbbeb953e90bd0941444b0d499056557.tar.gz
Update vendoring technique to match that used for packaging. Ref #229.
--HG-- branch : feature/issue-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