conda: put `noarch: python` on correct artiq-board package.

Fixes #989.
pull/1017/head
whitequark 2018-05-24 21:09:50 +00:00
parent bcb9c3d09d
commit c9287cfc69
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ build:
outputs:
- name: artiq-{{ environ["ARTIQ_TARGET"] }}-{{ environ["ARTIQ_VARIANT"] }}
noarch: generic
noarch: python
files:
- lib
- site-packages
requirements:
run:
- artiq {{ "{tag} {number}+git{hash}".format(tag=environ["GIT_DESCRIBE_TAG"], number=environ["GIT_DESCRIBE_NUMBER"], hash=environ["GIT_FULL_HASH"][:8]) }}