From 8cbeb9e97f402e658cdd0bdb443e7a0c220ff87f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 30 Mar 2016 15:54:22 -0400 Subject: Remove d2to1 and stsci.distutils --- drizzlepac/build.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'drizzlepac/build.sh') diff --git a/drizzlepac/build.sh b/drizzlepac/build.sh index 76f1510..63d76ee 100644 --- a/drizzlepac/build.sh +++ b/drizzlepac/build.sh @@ -1,5 +1,3 @@ -echo This d2to1 hack is deadly. -pip install --no-deps --upgrade --force d2to1 || exit 1 test -f setup.cfg && sed -i -e '/astrolib\.coords.*/d' setup.cfg python setup.py install || exit 1 \ No newline at end of file -- cgit