From a718819d2849196e902808301c9a95724510c5c1 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 10 Dec 2015 11:35:41 +1300 Subject: First shot at removing usage of _markerlib and switching to the PEP 508 implementation in packaging. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 37dd26eb..c2295cda 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,8 @@ empty: update-vendored: rm -rf pkg_resources/_vendor/packaging + rm -rf pkg_resources/_vendor/pyparsing pip install -r pkg_resources/_vendor/vendored.txt -t pkg_resources/_vendor/ + sed -i -e 's/ \(pyparsing\)/ pkg_resources._vendor.\1/' \ + pkg_resources/_vendor/packaging/*.py rm -rf pkg_resources/_vendor/*.{egg,dist}-info -- cgit v1.2.1