diff --git a/scripts/borg.exe.spec b/scripts/borg.exe.spec index 93b3503af..451f86dfc 100644 --- a/scripts/borg.exe.spec +++ b/scripts/borg.exe.spec @@ -13,7 +13,7 @@ if is_win32: hiddenimports = [] else: basepath = '/vagrant/borg/borg' - hiddenimports = ['borg.platform.posix'] + hiddenimports = ['borg.platform.posix', 'pkg_resources.py2_warn', ] block_cipher = None