Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add setuptools to host
Browse files Browse the repository at this point in the history
mencian committed Nov 5, 2024
1 parent 997ea9e commit cd3038b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/gottcha2/meta.yaml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ package:
build:
noarch: python
number: 0
script: {{ PYTHON }} -m pip install -vvv --no-deps --no-build-isolation .
script: {{ PYTHON }} -m pip install -vvv --no-deps --no-build-isolation --no-cache-dir .
entry_points:
- gottcha2 = cmd:gottcha2_command
run_exports:
@@ -22,6 +22,7 @@ requirements:
host:
- python >=3.6
- pip
- setuptools
run:
- python >=3.6
- minimap2 >=2.17

0 comments on commit cd3038b

Please sign in to comment.