diff options
author | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-13 07:12:24 -0500 |
---|---|---|
committer | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-13 07:12:24 -0500 |
commit | 5412aead548dbd8508a11a97cfa5a61fd93752c8 (patch) | |
tree | a550a1c74a1bfa508eaa4300e382f93a63c808da | |
parent | cf92450ccc72a27e88a874e1b78cc70013534b56 (diff) | |
download | astroconda-etc-5412aead548dbd8508a11a97cfa5a61fd93752c8.tar.gz |
updated pyetc-thirdparty according to conda error; for some reason the package information has to be at the start of the meta file
-rw-r--r-- | pyetc-thirdparty/meta.yaml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/pyetc-thirdparty/meta.yaml b/pyetc-thirdparty/meta.yaml index 3a35a66..7740f6a 100644 --- a/pyetc-thirdparty/meta.yaml +++ b/pyetc-thirdparty/meta.yaml @@ -1,12 +1,15 @@ +package: + name: pyetc-thirdparty + version: 1.0.0 + about: home: http://stsci.edu license: BSD summary: pyetc-thirdparty meta-package + build: - number: '0' -package: - name: pyetc-thirdparty - version: 1.0.0 + number: 0 + requirements: build: - django ==1.8.14 |