summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-11-27 12:45:54 -0500
committerGitHub <noreply@github.com>2018-11-27 12:45:54 -0500
commita3d2b739ca9fbd82502a9a13db6781e67e589d19 (patch)
tree98274c181f6ecfb56227e96782c2a1622a46225f
parent1cac53852f61ff73712d6470eb5af89f0a2057f2 (diff)
downloadastroconda-contrib-a3d2b739ca9fbd82502a9a13db6781e67e589d19.tar.gz
crds: Disable python 2.7 (no longer works) (#427)
-rw-r--r--crds/meta.yaml3
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 }}