diff options
| author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-22 13:20:01 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-22 13:20:01 -0400 | 
| commit | 4a40f6ceeae7f2a3b1146330d3eeea1150f2ef42 (patch) | |
| tree | abfa097ebd2fc1bec6ab3bc9ea1e6807fc3b508c /stsci.skypac | |
| parent | be2ed0810a0d5180d9a7193dd36dc17122156d20 (diff) | |
| download | cbc-recipes-4a40f6ceeae7f2a3b1146330d3eeea1150f2ef42.tar.gz | |
Add x.x dependencies, add additional dependencies to recipes
Diffstat (limited to 'stsci.skypac')
| -rw-r--r-- | stsci.skypac/stsci.skypac.ini | 18 | 
1 files changed, 10 insertions, 8 deletions
diff --git a/stsci.skypac/stsci.skypac.ini b/stsci.skypac/stsci.skypac.ini index 9e487c5..60e9e4e 100644 --- a/stsci.skypac/stsci.skypac.ini +++ b/stsci.skypac/stsci.skypac.ini @@ -9,7 +9,7 @@ summary : ${package:name}  [source]  git_url : ${about:home} -git_tag:  +git_tag: 0.9  [build]  number : 0 @@ -23,22 +23,24 @@ build :      stsci.sphere      stsci.tools      stwcs -	setuptools -	python +    setuptools +    numpy x.x +    python x.x  run :       astropy >=1.1      stsci.imagestats      stsci.sphere      stsci.tools      stwcs -	python +    python x.x +    python x.x  [test]  imports :       stsci.skypac -	 +      commands :  -	 +      [cbc_build]  linux :  @@ -63,12 +65,12 @@ linux :      set_py3k -	pip install --no-deps --upgrade --force d2to1 +    pip install --no-deps --upgrade --force d2to1      if [ $$PY3K -ne 0 ] ; then          sed -i -e "s|stsci.distutils.hooks.tag_svn_revision|#removed|" setup.cfg           2to3 -w .      fi -	python setup.py install || exit 1 +    python setup.py install || exit 1  windows :       python setup.py install  | 
