diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-11-27 12:45:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-27 12:45:54 -0500 |
commit | a3d2b739ca9fbd82502a9a13db6781e67e589d19 (patch) | |
tree | 98274c181f6ecfb56227e96782c2a1622a46225f | |
parent | 1cac53852f61ff73712d6470eb5af89f0a2057f2 (diff) | |
download | astroconda-contrib-a3d2b739ca9fbd82502a9a13db6781e67e589d19.tar.gz |
crds: Disable python 2.7 (no longer works) (#427)
-rw-r--r-- | crds/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index 492d08f..4ea612a 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'crds' %} {% set version = '7.2.9' %} -{% set number = '0' %} +{% set number = '1' %} about: home: http://www.stsci.edu/hst/observatory/crds/ @@ -12,6 +12,7 @@ about: build: number: {{ number }} preserve_egg_dir: 'no' + skip: True [py2k] package: name: {{ name }} |