diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-29 00:01:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-29 00:01:03 -0400 |
commit | 1026f1ba7ca6e8b0b5c09fa63a2fdaf8712b5834 (patch) | |
tree | ea9184f093ed5ceee151c5733b46d6d712c1415e | |
parent | 5bee46a02ac825aaec15a7cd0a1a098fad6a0b6d (diff) | |
download | astroconda-dev-1026f1ba7ca6e8b0b5c09fa63a2fdaf8712b5834.tar.gz |
CRDS add lockfile dependency (#35)
-rw-r--r-- | crds/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index aafe25b..a27232a 100644 --- a/crds/meta.yaml +++ b/crds/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 = '2' %} +{% set number = '0' %} about: home: http://www.stsci.edu/hst/observatory/crds/ @@ -27,6 +27,7 @@ requirements: - requests - lxml - parsley + - lockfile - setuptools - python x.x @@ -38,6 +39,7 @@ requirements: - lxml - fitsverify - parsley + - lockfile - python x.x source: |