summaryrefslogtreecommitdiff
path: root/drizzlepac/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-08-15 23:09:28 -0400
committerGitHub <noreply@github.com>2016-08-15 23:09:28 -0400
commita569559e3a4c324b9c7c5bb659a6b86cf3d91350 (patch)
treeca603d5707fad6a372b4d54db89c4aa85f7d5847 /drizzlepac/build.sh
parent3fcc978bcfe37905b44d8b87755b6d6b558f4372 (diff)
downloadastroconda-contrib-a569559e3a4c324b9c7c5bb659a6b86cf3d91350.tar.gz
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
Diffstat (limited to 'drizzlepac/build.sh')
-rw-r--r--drizzlepac/build.sh3
1 files changed, 1 insertions, 2 deletions
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