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 --- glue-ginga/meta.yaml | 2 ++ mosviz/build.sh | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/glue-ginga/meta.yaml b/glue-ginga/meta.yaml index 069917d..e112622 100644 --- a/glue-ginga/meta.yaml +++ b/glue-ginga/meta.yaml @@ -17,6 +17,7 @@ package: requirements: build: + - scipy - astropy >=1.2 - glueviz >=0.10 - ginga >=2.6.1 @@ -24,6 +25,7 @@ requirements: - numpy - python x.x run: + - scipy - astropy >=1.2 - glueviz >=0.10 - ginga >=2.6.1 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