From ef37a66e9ea433e47f25c7c10e816f51d25ed4d4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 2 May 2016 12:44:56 -0400 Subject: Add missing "six" dependency to jwst_lib --- jwst_lib/meta.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jwst_lib/meta.yaml b/jwst_lib/meta.yaml index bd9b7a6..53117a8 100644 --- a/jwst_lib/meta.yaml +++ b/jwst_lib/meta.yaml @@ -2,7 +2,7 @@ {% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") +".dev" +environ.get("GIT_DESCRIBE_NUMBER", "0") %} -{% set number = '0' %} +{% set number = '1' %} about: home: ssh://git@bitbucket.org/stsci_ssb/jwst.git @@ -22,8 +22,9 @@ requirements: - crds - gwcs - jsonschema - - stsci.distutils - nose + - six + - stsci.distutils - numpy x.x - setuptools - python x.x @@ -34,6 +35,7 @@ requirements: - gwcs - nose - jsonschema + - six - numpy x.x - python x.x source: -- cgit