Skip to content

Commit

Permalink
try removing nodejs-wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Nov 27, 2024
1 parent f50f0ea commit 8697399
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipes/basedpyright/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ package:
version: {{ version }}

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/basedpyright-{{ version }}.tar.gz
sha256: 457e97ac4c3f694b900453d3f8824af36d17b9cef3d76c623e665dd4c7872d9c
- url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/basedpyright-{{ version }}.tar.gz
sha256: 457e97ac4c3f694b900453d3f8824af36d17b9cef3d76c623e665dd4c7872d9c
- patches:
- no-nodejs-wheel.patch # https://github.com/conda-forge/staged-recipes/pull/28367#issuecomment-2503689759

build:
entry_points:
Expand All @@ -22,13 +24,12 @@ requirements:
host:
- python {{ python_min }}
- pdm-backend >=2.3.0
- nodejs-wheel >=20.13.1
- typing_extensions >=4.12.2
- docify >=1.0.0
- pip
run:
- python >={{ python_min }}
- nodejs-wheel-binaries >=20.13.1
- nodejs >=20

test:
imports:
Expand Down

0 comments on commit 8697399

Please sign in to comment.