diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2018-11-08 23:24:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 23:24:31 -0500 |
commit | 6e04cf5b924d5a2fc43784754f9ce8a9ca8bbee5 (patch) | |
tree | ad939d6ce495df5040ab2178e31e59042cf369c1 /stginga/meta.yaml | |
parent | 0c7b938c3b4ca742298b4c9d2bf6e8507b5775fb (diff) | |
download | astroconda-contrib-6e04cf5b924d5a2fc43784754f9ce8a9ca8bbee5.tar.gz |
stginga 1.0 is PY3-only
Diffstat (limited to 'stginga/meta.yaml')
-rw-r--r-- | stginga/meta.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stginga/meta.yaml b/stginga/meta.yaml index 20fc185..c46954b 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -10,6 +10,7 @@ about: build: number: {{ number }} + skip: true # [py2k] package: name: {{ name }} |