diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-20 00:05:56 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-20 00:05:56 -0400 |
commit | 767da1fa23b846f87a72bdbd3e496fb97a274ed9 (patch) | |
tree | e47a3e5b6340d670313eaa30eb75d76ca5766cdb /stwcs | |
parent | 1036d8a1201d335288dd6c426c3e146dfd2750b0 (diff) | |
download | astroconda-dev-767da1fa23b846f87a72bdbd3e496fb97a274ed9.tar.gz |
General dependency fixes
Diffstat (limited to 'stwcs')
-rw-r--r-- | stwcs/build.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/stwcs/build.sh b/stwcs/build.sh index 7ee7c62..c4021f1 100644 --- a/stwcs/build.sh +++ b/stwcs/build.sh @@ -22,7 +22,4 @@ set_py3k sed -i -e "s|use_2to3=True|use_2to3=False|" setup.py -if [ $PY3K -ne 0 ] ; then -fi - -python setup.py install || exit 1
\ No newline at end of file +python setup.py install || exit 1 |