Skip to content

Commit

Permalink
conda: sanitize version
Browse files Browse the repository at this point in the history
sbourdeauducq committed Sep 6, 2017
1 parent d63662a commit 1a145a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/migen/meta.yaml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ source:
build:
noarch_python: true
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
string: py35_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
script: python setup.py install

requirements:

0 comments on commit 1a145a5

Please sign in to comment.