diff options
| author | Josh Alexander <obviousrebel@users.noreply.github.com> | 2019-02-17 16:03:19 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-02-17 16:03:19 -0500 | 
| commit | 59bcf9664af91d53193bc5081f4908b79379c316 (patch) | |
| tree | b8b26ae9fed0eb7639dd520ff40416d90c8d5af5 /ccdproc | |
| parent | 6cb1d512efa1324ed6af667facb38e5ce768fe6c (diff) | |
| download | astroconda-contrib-59bcf9664af91d53193bc5081f4908b79379c316.tar.gz | |
recipe updates to fix ah_bootstrap and setuptools (#463)
Diffstat (limited to 'ccdproc')
| -rw-r--r-- | ccdproc/build.sh | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ccdproc/build.sh b/ccdproc/build.sh index 5a5aeeb..6cf48e5 100644 --- a/ccdproc/build.sh +++ b/ccdproc/build.sh @@ -1 +1,2 @@ +curl https://raw.githubusercontent.com/astropy/astropy-helpers/master/ah_bootstrap.py > ah_bootstrap.py  $PYTHON setup.py install | 
