diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-05-02 11:18:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-02 11:18:42 -0400 |
commit | 6ed4b53b6d3f90249a5a5750985bbd0a2d23b2fa (patch) | |
tree | 609a46bd358ae7a9726760db2eadec81f4784771 /asdf-standard/meta.yaml | |
parent | d732ae2dd3ad6cc4d3852f644227e58c2fa888f1 (diff) | |
download | astroconda-dev-6ed4b53b6d3f90249a5a5750985bbd0a2d23b2fa.tar.gz |
asdf-standard: skip build entirely. no longer a standalone package. (#191)
Diffstat (limited to 'asdf-standard/meta.yaml')
-rw-r--r-- | asdf-standard/meta.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asdf-standard/meta.yaml b/asdf-standard/meta.yaml index 97f35c9..453161b 100644 --- a/asdf-standard/meta.yaml +++ b/asdf-standard/meta.yaml @@ -12,6 +12,8 @@ about: build: number: {{ number }} + # Cannot be installed stand-alone as of 04/27/2019 + skip: true package: name: {{ name }} |