aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-01-27 17:28:03 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2016-01-27 17:28:03 -0500
commit4c88478d921b367f15ebac811ae57b114975f59d (patch)
tree5e624c0c939c1ea63ee4a8c7c6a7cad72b453da3
parent64e31269b90f119f88147ab7bebd0c73b04083be (diff)
downloadcbc-recipes-4c88478d921b367f15ebac811ae57b114975f59d.tar.gz
Fix missing deps
-rw-r--r--calcos/calcos.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/calcos/calcos.ini b/calcos/calcos.ini
index 2245700..8264018 100644
--- a/calcos/calcos.ini
+++ b/calcos/calcos.ini
@@ -27,12 +27,16 @@ build :
run :
numpy
astropy >=1.1
+ stsci.convolve
+ stsci.tools
python
[test]
imports :
-
+ calcos
+
commands :
+ calcos --help
[cbc_build]