We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a145a5 commit 1ccf140Copy full SHA for 1ccf140
conda/migen/meta.yaml
@@ -6,7 +6,7 @@ source:
6
git_url: ../..
7
8
build:
9
- noarch_python: true
+ noarch: python
10
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
11
string: py35_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
12
script: python setup.py install
0 commit comments