limit platforms installing python

This commit is contained in:
Michał Trojnara 2022-08-01 20:10:59 +02:00
parent 8f6d1617eb
commit 0e80573c58

View File

@ -4,6 +4,9 @@
"dependencies": [ "dependencies": [
"openssl", "openssl",
"curl", "curl",
"python3" {
"name": "python3",
"platform": "!(windows & static) & !osx"
}
] ]
} }