Skip to content

Commit 6abc1b4

Browse files
committedSep 6, 2017
conda: sanitize version
1 parent 7d9e605 commit 6abc1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎conda/misoc/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source:
1010
build:
1111
noarch: python
1212
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
13-
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_FULL_HASH", "")[:8] }}
13+
string: py35_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_FULL_HASH", "")[:8] }}
1414
entry_points:
1515
# NOTE: conda-build cannot distinguish between console and gui scripts
1616
{% for entry_point_type, entry_points in data.get("entry_points", dict()).items() -%}

0 commit comments

Comments
 (0)
Please sign in to comment.