summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Curtin <jcurtin@stsci.edu>2020-02-13 07:12:24 -0500
committerJoseph Curtin <jcurtin@stsci.edu>2020-02-13 07:12:24 -0500
commit5412aead548dbd8508a11a97cfa5a61fd93752c8 (patch)
treea550a1c74a1bfa508eaa4300e382f93a63c808da
parentcf92450ccc72a27e88a874e1b78cc70013534b56 (diff)
downloadastroconda-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.yaml11
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