summaryrefslogtreecommitdiff
path: root/drizzlepac/build.sh
blob: 76f151088488fd90e2da318ba54f540ba28654df (plain) (blame)
1
2
3
4
5

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