Asyncio is part of the standard library since Python 3.4. Listing it in install_requires will make go2rpm depend on the asyncio PyPI module, which is only intended for Python 3.3.
https://pypi.org/project/asyncio/
This version is only relevant for Python 3.3, which does not include asyncio in its stdlib.
Asyncio is part of the standard library since Python 3.4. Listing it in install_requires will make go2rpm depend on the asyncio PyPI module, which is only intended for Python 3.3.
https://pypi.org/project/asyncio/