1
0
mirror of https://github.com/mtrojnar/osslsigncode.git synced 2025-04-10 11:08:05 -05:00

limit platforms installing python

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

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