diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-01-21 01:32:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 01:32:01 -0500 |
commit | f7db5db877a246c8de0a9968c040209a0890a318 (patch) | |
tree | 121e304f4f0e8a0b78f1d4e87f71a5be8046b599 /gwcs/build.sh | |
parent | 6eaf77dd4f9eabaecb63c26c25283650c36d1ebc (diff) | |
download | astroconda-contrib-f7db5db877a246c8de0a9968c040209a0890a318.tar.gz |
Fix gwcs 0.15.0 (#689)
* gwcs: fix build dependencies and build script
* gwcs: bump build number
Diffstat (limited to 'gwcs/build.sh')
-rw-r--r-- | gwcs/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gwcs/build.sh b/gwcs/build.sh index 56f0b30..b699425 100644 --- a/gwcs/build.sh +++ b/gwcs/build.sh @@ -1,2 +1 @@ - -$PYTHON setup.py install
\ No newline at end of file +$PYTHON setup.py install --single-version-externally-managed --record=root.txt |