diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2018-09-11 21:37:45 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-09-11 21:37:44 -0400 |
commit | 33aa356fabbdb0c23baf9263d43d4f6292a0b083 (patch) | |
tree | 116bfc6bb93bce9a95d80b2e00088f5f4d1b7503 /calcos | |
parent | a8d11a31b184789aa00f57c2ebf63827fd8257dc (diff) | |
download | astroconda-contrib-33aa356fabbdb0c23baf9263d43d4f6292a0b083.tar.gz |
Remove sed from calcos build (#400)
Diffstat (limited to 'calcos')
-rw-r--r-- | calcos/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calcos/build.sh b/calcos/build.sh index b442f84..5a5aeeb 100644 --- a/calcos/build.sh +++ b/calcos/build.sh @@ -1,2 +1 @@ -sed -i -e 's|pyfits.*|astropy (>=0.3.1)|' setup.cfg $PYTHON setup.py install |