#2 Remove asyncio from install_requires
Merged by ngompa. Opened by carlwgeorge.
GoSIG/ carlwgeorge/go2rpm asyncio_requires  into  master

Download 2.patch

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.

Pull-Request has been merged by ngompa

Metadata