From 7a2fc6ffc1b54a680c24454d83b5ad7adda9e541 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 21 Jun 2016 12:19:43 -0400 Subject: Update acstools to 2.0.2; revamp recipe --- acstools/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'acstools/build.sh') diff --git a/acstools/build.sh b/acstools/build.sh index 5e8b365..783f064 100644 --- a/acstools/build.sh +++ b/acstools/build.sh @@ -1,4 +1,3 @@ - echo This d2to1 hack is deadly. pip install --no-deps --upgrade --force d2to1 || exit 1 -python setup.py install || exit 1 \ No newline at end of file +python setup.py install || exit 1 -- cgit