From 85ee6b58056bff3f302ac249d65141245b9ca4af Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Fri, 19 Feb 2016 15:41:15 -0500 Subject: Add missing dependencies --- stsci.skypac/stsci.skypac.ini | 10 +++++++--- 1 file 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 -- cgit