Skip to content

Commit c9a0355

Browse files
author
Sergio Schvezov
authored
pyinstaller: workaround pkg_resources issue (#3201)
Workaround PyInstaller & SetupTools pypa/setuptools#1963 Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
1 parent 3008ab6 commit c9a0355

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

snapcraft.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ a = Analysis(
2222
"click",
2323
"configparser",
2424
"pkg_resources",
25+
# Workaround PyInstaller & SetupTools, https://github.com/pypa/setuptools/issues/1963
26+
"pkg_resources.py2_warn",
2527
"pymacaroons",
2628
"responses",
2729
],

0 commit comments

Comments
 (0)