summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-11-27 13:02:57 -0500
committerGitHub <noreply@github.com>2018-11-27 13:02:57 -0500
commit7071c8840ed60f21124e341af949431c3dd0d651 (patch)
tree2a122ba8231b22a72cdcb747cee79be625849aa3
parenta3d2b739ca9fbd82502a9a13db6781e67e589d19 (diff)
downloadastroconda-contrib-7071c8840ed60f21124e341af949431c3dd0d651.tar.gz
stsci.imagestats: Disable python 2.7 (#428)
-rw-r--r--stsci.imagestats/meta.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/stsci.imagestats/meta.yaml b/stsci.imagestats/meta.yaml
index 3f24a05..833f951 100644
--- a/stsci.imagestats/meta.yaml
+++ b/stsci.imagestats/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'stsci.imagestats' %}
{% set version = '1.5.3' %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -11,6 +11,7 @@ about:
build:
number: {{ number }}
preserve_egg_dir: 'yes'
+ skip: True [py2k]
package:
name: {{ name }}