Skip to content

Commit

Permalink
Fix darwin-->osx (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar authored Dec 11, 2022
1 parent 59e2ce8 commit 6110546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ requirements:
- virtualenv >=20.4.3,<21.0.0,!=20.4.5,!=20.4.6 # [not win or py!=39]
- virtualenv >=20.4.3,<20.16.6,!=20.4.5,!=20.4.6 # [win and py==39]
# xattr doesn't exist for Windows, necessitating noarch for this feedstock.
- xattr >=0.10.0,<0.11.0 # [darwin]
- xattr >=0.10.0,<0.11.0 # [osx]
- urllib3 >=1.26.0,<2.0.0

# `poetry` entry point fails without this:
Expand Down

0 comments on commit 6110546

Please sign in to comment.