Skip to content

Commit 1a145a5

Browse files
committedSep 6, 2017
conda: sanitize version
1 parent d63662a commit 1a145a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎conda/migen/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source:
88
build:
99
noarch_python: true
1010
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
11-
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
11+
string: py35_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
1212
script: python setup.py install
1313

1414
requirements:

0 commit comments

Comments
 (0)
Please sign in to comment.