summaryrefslogtreecommitdiff
path: root/mosviz
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-06-29 09:38:45 -0400
committerGitHub <noreply@github.com>2017-06-29 09:38:45 -0400
commit6dafd6fe97c46a3f77a944e35d90e46fe5f2739f (patch)
treef718eae8db2d860245db78d929e03b7d52d73890 /mosviz
parent44b09dced116808a3cdb05a0beb3c678eb4395d8 (diff)
parent8da2d547b1f7c3919023c3bf32156e13f7d965b8 (diff)
downloadastroconda-contrib-6dafd6fe97c46a3f77a944e35d90e46fe5f2739f.tar.gz
Merge pull request #231 from rendinam/glue-related
Correct ripples from glue-related package shuffle
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