summaryrefslogtreecommitdiff
path: root/stwcs/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-04-20 00:05:56 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-04-20 00:05:56 -0400
commit767da1fa23b846f87a72bdbd3e496fb97a274ed9 (patch)
treee47a3e5b6340d670313eaa30eb75d76ca5766cdb /stwcs/build.sh
parent1036d8a1201d335288dd6c426c3e146dfd2750b0 (diff)
downloadastroconda-dev-767da1fa23b846f87a72bdbd3e496fb97a274ed9.tar.gz
General dependency fixes
Diffstat (limited to 'stwcs/build.sh')
-rw-r--r--stwcs/build.sh5
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