From 8da2d547b1f7c3919023c3bf32156e13f7d965b8 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 29 Jun 2017 09:34:33 -0400 Subject: Adjust setup.py on the fly to allow successful build; add missing dep to glue-ginga --- mosviz/build.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mosviz/build.sh') diff --git a/mosviz/build.sh b/mosviz/build.sh index 5a5aeeb..2291246 100644 --- a/mosviz/build.sh +++ b/mosviz/build.sh @@ -1 +1,5 @@ +# Remove reference to glueviz from setup script, since this breaks the build +# as there is no file containing 'glueviz' produced for that package since +# glueviz has become a metapackage. +sed -i -e "/'glueviz.*',$/d" setup.py $PYTHON setup.py install -- cgit