diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-05-02 12:44:56 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-05-02 12:44:56 -0400 |
commit | ef37a66e9ea433e47f25c7c10e816f51d25ed4d4 (patch) | |
tree | faf5cf513e9a09bbc090bb6784b1804d568df659 | |
parent | b364cd964f683ff37e53da50d61933c02418c487 (diff) | |
download | astroconda-dev-ef37a66e9ea433e47f25c7c10e816f51d25ed4d4.tar.gz |
Add missing "six" dependency to jwst_lib
-rw-r--r-- | jwst_lib/meta.yaml | 6 |
1 files 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: |