diff options
Diffstat (limited to 'drizzlepac/build.sh')
-rw-r--r-- | drizzlepac/build.sh | 3 |
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 |