From a48290ebfa6759559e684153292511ba2b7344d7 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" Date: Thu, 28 Jul 2016 15:16:29 -0400 Subject: Updated acstools recipe to support 2.0.4 (#46) * Updated acstools recipe to support 2.0.3 * Bump release to 2.0.4 to fix build error * Remove setuptools from run field as suggested by Joe --- acstools/build.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'acstools/build.sh') diff --git a/acstools/build.sh b/acstools/build.sh index 783f064..5c61be1 100644 --- a/acstools/build.sh +++ b/acstools/build.sh @@ -1,3 +1 @@ -echo This d2to1 hack is deadly. -pip install --no-deps --upgrade --force d2to1 || exit 1 python setup.py install || exit 1 -- cgit