Skip to content

Commit

Permalink
Merge pull request #27 from jcollado/remove-py-dependency
Browse files Browse the repository at this point in the history
Remove py dependency from recipe
  • Loading branch information
kynan committed Dec 1, 2022
2 parents b5c15c1 + cb6f5c6 commit 3af52ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: e21c31de0711d1274ca585a2c5fde36b1aa962005ba8e9322bf5eeed16dcd684

build:
number: 0
number: 1
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv
entry_points:
- nox = nox.__main__:main
Expand All @@ -24,7 +24,6 @@ requirements:
- argcomplete >=1.9.4,<2.0
- colorlog >=2.6.1,<7.0.0
- packaging >=20.9
- py >=1.4.0,<2.0.0
- typing_extensions >=3.7.4 # [py<=38]
- virtualenv >=14.0.0
- importlib_metadata # [py<=38]
Expand Down

0 comments on commit 3af52ec

Please sign in to comment.