[Pkg-privacy-commits] [onionshare] 81/256: Remove jinja2.asyncsupport from PyInstaller, because it's not used and causes a crash during building
Ulrike Uhlig
ulrike at moszumanska.debian.org
Fri May 26 12:53:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
ulrike pushed a commit to branch master
in repository onionshare.
commit 42d2b0b417f7854bd419d91822f46f217d52481a
Author: Micah Lee <micah at micahflee.com>
Date: Tue Feb 21 14:26:45 2017 -0800
Remove jinja2.asyncsupport from PyInstaller, because it's not used and causes a crash during building
---
install/pyinstaller.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install/pyinstaller.spec b/install/pyinstaller.spec
index ffff330..3c5c19b 100644
--- a/install/pyinstaller.spec
+++ b/install/pyinstaller.spec
@@ -20,7 +20,7 @@ a = Analysis(
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
- excludes=[],
+ excludes=['jinja2.asyncsupport'],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=None)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list