Skip to content

Commit 1c7792a

Browse files
authored
Update build requirements in meta-platforms.yaml
Added stdlib requirement for C standard library.
1 parent 2d561be commit 1c7792a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/omnipkg/conda-recipes/meta-platforms.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ build:
2323

2424
requirements:
2525
build:
26-
- {{ compiler('c') }} # CRITICAL: Required to compile dispatcher.c and omnipkg_atomic
26+
- {{ compiler('c') }}
27+
- {{ stdlib("c") }}
2728
- python # [build_platform != target_platform]
2829
- cross-python_{{ target_platform }} # [build_platform != target_platform]
2930
host:
@@ -32,7 +33,7 @@ requirements:
3233
- setuptools >=50.0,<70.0
3334
- wheel
3435
run:
35-
- python >=3.10 # Conda-forge actively supports 3.9 through 3.13
36+
- python # Conda-forge actively supports 3.9 through 3.13
3637
- requests >=2.20
3738
- psutil >=5.9.0
3839
- typer >=0.4.0
@@ -43,7 +44,7 @@ requirements:
4344
- typing_extensions >=4.0.0 # [py<310]
4445
- authlib >=1.6.9
4546
- aiohttp >=3.13.5
46-
- cryptography >=46.0.7 # [not ppc64le]
47+
- cryptography >=46.0.7 # [not ppc64le]
4748
- pip-audit >=2.0.0
4849
- uv >=0.9.6 # [not ppc64le]
4950
- urllib3 >=2.6.3

0 commit comments

Comments
 (0)