-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle possible presence of aiodns on Windows
aiodns on Windows requires SelectorEventLoop, which does not support asyncio subprocess, breaking the "execute" plugin. It gets installed due to being specified as mandatory requirement of slixmpp. aiohttp, which also uses aiodns as an optional requirement, used a workaround to prevent it from failing on Windows, however, it got removed in version 3.10.0 This commit bundles fixes for this situation: - monkey-patch slixmpp.xmlstream.resolver in msg2jbr_slixmpp.py - limit aiohttp version to <3.10.0 - remove aiodns from github action for building .exe before running pyinstaller
- Loading branch information
user
committed
Aug 24, 2024
1 parent
f83a8a1
commit 7d86d41
Showing
4 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters