diff options
author | Matt Rendina <mrendina@stsci.edu> | 2018-03-13 17:07:17 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2018-03-13 17:07:17 -0400 |
commit | e26d13d100c5eb0015b03845b4df6feab689ba3f (patch) | |
tree | d0a00cffad89cc17ce8f622fdb335cc41415dfdc /shunit2 | |
parent | 540eb443e24079d5d90c1c30ef072fedca65b494 (diff) | |
download | astroconda-contrib-e26d13d100c5eb0015b03845b4df6feab689ba3f.tar.gz |
Remove superfluous version prefix stripping
Diffstat (limited to 'shunit2')
-rw-r--r-- | shunit2/meta.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shunit2/meta.yaml b/shunit2/meta.yaml index 88a637c..ba55919 100644 --- a/shunit2/meta.yaml +++ b/shunit2/meta.yaml @@ -1,8 +1,5 @@ {% set name = 'shunit2' %} {% set version = '2.0.3' %} -{% if version[0] == 'v' %} -{% set version = version[1:] %} -{% endif %} {% set number = '1' %} about: |