We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21b86e commit c19839dCopy full SHA for c19839d
src/variant_config.rs
@@ -536,6 +536,11 @@ impl VariantConfig {
536
.ignore_run_exports
537
.from_package
538
.insert("python".parse().unwrap());
539
+ recipe
540
+ .requirements
541
+ .ignore_run_exports
542
+ .by_name
543
+ .insert("python".parse().unwrap());
544
}
545
546
recipes.insert(DiscoveredOutput {
test-data/recipes/abi3/recipe.yaml
@@ -15,6 +15,8 @@ build:
15
requirements:
16
build:
17
- ${{ compiler('c') }}
18
+ - if: host_platform != build_platform
19
+ then: cross-python_${{ host_platform }}
20
host:
21
- python-abi3
22
- python
0 commit comments