Skip to content

Commit

Permalink
Update - add setuptools to host requirements as hybpiper conda build …
Browse files Browse the repository at this point in the history
…now failing without it (#51829)

* Add setuptools to host requirements as conda build now failing without it

* Increment build number
  • Loading branch information
chrisjackson-pellicle authored Oct 31, 2024
1 parent 5a4bc1f commit 17f5b45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/hybpiper/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 7b9d0af243dbdd24cb299cf8e05e65dafa873afc2c7605e3fae74b455457b491

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
entry_points:
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- python >=3.7
- pip
- setuptools
run:
- bbmap >=38.44
- biopython >=1.80
Expand Down

0 comments on commit 17f5b45

Please sign in to comment.