From 5412aead548dbd8508a11a97cfa5a61fd93752c8 Mon Sep 17 00:00:00 2001 From: Joseph Curtin Date: Thu, 13 Feb 2020 07:12:24 -0500 Subject: updated pyetc-thirdparty according to conda error; for some reason the package information has to be at the start of the meta file --- pyetc-thirdparty/meta.yaml | 11 +++++++---- 1 file 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 -- cgit