diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-19 15:41:15 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-19 15:41:15 -0500 |
commit | 85ee6b58056bff3f302ac249d65141245b9ca4af (patch) | |
tree | 6f160c2668535298c09866a5817bcfadc7560298 /stsci.skypac | |
parent | c6bbd04876c6473424f28403f7c590f6ad44c419 (diff) | |
download | cbc-recipes-85ee6b58056bff3f302ac249d65141245b9ca4af.tar.gz |
Add missing dependencies
Diffstat (limited to 'stsci.skypac')
-rw-r--r-- | stsci.skypac/stsci.skypac.ini | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/stsci.skypac/stsci.skypac.ini b/stsci.skypac/stsci.skypac.ini index 298d9d3..0e4dff7 100644 --- a/stsci.skypac/stsci.skypac.ini +++ b/stsci.skypac/stsci.skypac.ini @@ -20,15 +20,19 @@ preserve_egg_dir: yes [requirements] build : astropy >=1.1 - stsci.distutils + stsci.distutils + stsci.imagestats stsci.sphere stsci.tools + stwcs setuptools python run : astropy >=1.1 + stsci.imagestats stsci.sphere stsci.tools + stwcs python [test] @@ -69,7 +73,7 @@ linux : python setup.py install || exit 1 windows : - python setup.py install + python setup.py install 2to3 -w . - if errorlevel 1 exit 1 + if errorlevel 1 exit 1 |