Skip to content

Commit

Permalink
gui: add bs4 to list of hidden imports (bug 1785214)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeid committed Aug 17, 2022
1 parent 5ccd5a8 commit f9ca1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/gui.spec
Expand Up @@ -7,7 +7,7 @@ IS_MAC = sys.platform == "darwin"
block_cipher = None

datas, binaries, hiddenimports = [], [], []
for pkgname in ['glean', 'glean_parser', 'mozregression', 'yamllint']:
for pkgname in ['glean', 'glean_parser', 'mozregression', 'yamllint', 'bs4']:
pkg_datas, pkg_binaries, pkg_hiddenimports = collect_all(pkgname)
datas.extend(pkg_datas)
binaries.extend(pkg_binaries)
Expand Down

0 comments on commit f9ca1a2

Please sign in to comment.