From a569559e3a4c324b9c7c5bb659a6b86cf3d91350 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 15 Aug 2016 23:09:28 -0400 Subject: Remove astrolib.coords references; Bump stsci-hst 1.0.4 (#53) * Remove astrolib.coords references; Bump stsci-hst 1.0.4 * Bump drizzlepac 2.1.5 -> 2.1.6 * Modernize drizzlepac recipe --- drizzlepac/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drizzlepac/build.sh') diff --git a/drizzlepac/build.sh b/drizzlepac/build.sh index 76f1510..3bc9ae7 100644 --- a/drizzlepac/build.sh +++ b/drizzlepac/build.sh @@ -1,5 +1,4 @@ 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 +python setup.py install || exit 1 -- cgit