Asib27's picture
try 1
065fee7 verified
raw
history blame
160 Bytes
import platform
not_macOS = platform.system() != 'Darwin'
collect_ignore = ["hook-keyring.backend.py"] + [
'keyring/backends/macOS/api.py'
] * not_macOS