diff --git a/recipes/pylibseq/meta.yaml b/recipes/pylibseq/meta.yaml index 1ef9f36e89e2e..847613d44bb77 100644 --- a/recipes/pylibseq/meta.yaml +++ b/recipes/pylibseq/meta.yaml @@ -12,9 +12,11 @@ source: - patch build: - number: 7 - skip: True # [py<30 or osx] + number: 8 + skip: True # [osx] script: {{ PYTHON }} -m pip install . --no-deps -vv + run_exports: + - {{ pin_subpackage('pylibseq', max_pin="x.x") }} requirements: build: @@ -36,7 +38,11 @@ test: about: home: http://pypi.python.org/pypi/pylibseq - license: GPLv3+ - license_family: GPL + license: GPL-3.0-or-later + license_family: GPL3 license_file: COPYING summary: 'A Python interface to libsequence' + +extra: + additional-platforms: + - linux-aarch64 \ No newline at end of file