Skip to content

Commit a619d37

Browse files
author
whitequark
committedOct 22, 2015
conda: fix build on old conda-build.
1 parent acfbcb2 commit a619d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎conda/migen/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source:
99
build:
1010
noarch_python: true
1111
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
12-
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH")[1:] }}
12+
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
1313
script: $PYTHON setup.py install
1414

1515
requirements:

0 commit comments

Comments
 (0)
Please sign in to comment.