Skip to content

Commit

Permalink
conda: fix build on old conda-build.
Browse files Browse the repository at this point in the history
whitequark committed Oct 22, 2015
1 parent acfbcb2 commit a619d37
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
@@ -9,7 +9,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: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
script: $PYTHON setup.py install

requirements:

0 comments on commit a619d37

Please sign in to comment.