Skip to content

Commit 1ccf140

Browse files
committedSep 6, 2017
conda: use new noarch system
1 parent 1a145a5 commit 1ccf140

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
@@ -6,7 +6,7 @@ source:
66
git_url: ../..
77

88
build:
9-
noarch_python: true
9+
noarch: python
1010
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
1111
string: py35_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
1212
script: python setup.py install

0 commit comments

Comments
 (0)
Please sign in to comment.