From 767da1fa23b846f87a72bdbd3e496fb97a274ed9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 20 Apr 2016 00:05:56 -0400 Subject: General dependency fixes --- stwcs/build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'stwcs/build.sh') 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 -- cgit