nest_asyncio: Patch asyncio to allow nested event loops¶
Description¶
Patch asyncio to allow nested event loops
License¶
BSD
Upstream Contact¶
Type¶
standard
Dependencies¶
Version Information¶
package-version.txt:
1.6.0
version_requirements.txt:
nest-asyncio
Equivalent System Packages¶
$ conda install nest-asyncio
$ sudo yum install python3-nest-asyncio
$ sudo emerge dev-python/nest_asyncio
$ sudo xbps-install python3-nest_asyncio
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.