Binary package “python3-nest-asyncio” in ubuntu oracular

Patch asyncio to allow nested event loops

 By design, asyncio does not allow for nested event loops. This module
 provides a function that patches asyncio in order to allow nested use
 of asyncio.run and loop.run_until_complete.