Skip to content

Commit

Permalink
Add setuptools to host requirements (#237)
Browse files Browse the repository at this point in the history
* Add setuptools to host requirements

* Add news file
  • Loading branch information
marcoesters authored Aug 1, 2024
1 parent 221f8ef commit e5c7532
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions news/237-add-setuptools-req
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Enhancements

* <news item>

### Bug fixes

* Add setuptools to recipe host requirements. (#237)

### Deprecations

* <news item>

### Docs

* <news item>

### Other

* <news item>
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ requirements:
host:
- python
- pip
- setuptools
run:
- python

Expand Down

0 comments on commit e5c7532

Please sign in to comment.