summaryrefslogtreecommitdiff
path: root/mosviz
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2017-06-29 09:34:33 -0400
committerMatt Rendina <mrendina@stsci.edu>2017-06-29 09:34:33 -0400
commit8da2d547b1f7c3919023c3bf32156e13f7d965b8 (patch)
tree846fb0fc899f60d53c5b8baf482a65963afd64ac /mosviz
parent4763b94a693d3546fa6a069fd9e0629523535b18 (diff)
downloadastroconda-contrib-8da2d547b1f7c3919023c3bf32156e13f7d965b8.tar.gz
Adjust setup.py on the fly to allow successful build; add missing dep to glue-ginga
Diffstat (limited to 'mosviz')
-rw-r--r--mosviz/build.sh4
1 files changed, 4 insertions, 0 deletions
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