diff --git a/meta.yaml b/meta.yaml index 8eb97274f..49e2260b0 100644 --- a/meta.yaml +++ b/meta.yaml @@ -15,6 +15,10 @@ build: - playwright = playwright.__main__:main requirements: + build: + - python # [build_platform != target_platform] + - pip # [build_platform != target_platform] + - cross-python_{{ target_platform }} # [build_platform != target_platform] host: - python - wheel