diff options
author | James Turner <jturner@gemini.edu> | 2018-01-07 04:19:37 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2018-01-07 04:19:37 -0500 |
commit | b4aca80eb2022bde75cbde4fce99acf236b71749 (patch) | |
tree | 06b11438e6f0f4a46e4cb138d9c4ff19f8eb66de /pyraf-all | |
parent | 539137d66b6574eb75df94617ff0403f4a07496e (diff) | |
parent | 04a1869679b6e359c8c13c803dd74aa7f98b1fa8 (diff) | |
download | astroconda-iraf-b4aca80eb2022bde75cbde4fce99acf236b71749.tar.gz |
Merge branch 'master' of github.com:astroconda/astroconda-iraf
Diffstat (limited to 'pyraf-all')
-rw-r--r-- | pyraf-all/meta.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pyraf-all/meta.yaml b/pyraf-all/meta.yaml index 80eb11f..14ce986 100644 --- a/pyraf-all/meta.yaml +++ b/pyraf-all/meta.yaml @@ -15,10 +15,12 @@ package: requirements: build: - iraf !=2.16.1,>=2.16.UR # external pkgs here need the ".UR" build + - python # needed just to get py2/3-specific builds - pyraf - - pyraf.kepler + - pyraf.kepler # [py2k] run: - iraf !=2.16.1,>=2.16.UR # should this be iraf-all, to get everything? + - python - pyraf - - pyraf.kepler + - pyraf.kepler # [py2k] # the authors only support Py 2, as of May 2017 |