summaryrefslogtreecommitdiff
path: root/pyds9
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-08-08 15:44:30 -0400
committerGitHub <noreply@github.com>2016-08-08 15:44:30 -0400
commite8e8f320868585a1a0673b6d559fb4582c51c1b7 (patch)
treef4f3c7e25162d036a92e8cf49e13e7c9d3baf81e /pyds9
parentab4c1d38be8db548d68f41990f5eac5e417f351b (diff)
downloadastroconda-dev-e8e8f320868585a1a0673b6d559fb4582c51c1b7.tar.gz
pyds9: add missing astropy dependency
Diffstat (limited to 'pyds9')
-rw-r--r--pyds9/meta.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyds9/meta.yaml b/pyds9/meta.yaml
index 9723ad9..e3222a4 100644
--- a/pyds9/meta.yaml
+++ b/pyds9/meta.yaml
@@ -15,6 +15,7 @@ package:
version: {{ version }}
requirements:
build:
+ - astropy
- xpa
- ds9
- six
@@ -22,6 +23,7 @@ requirements:
- numpy x.x
- python x.x
run:
+ - astropy
- xpa
- ds9
- six