carlwgeorge / GoSIG / go2rpm

Forked from GoSIG/go2rpm 5 years ago
Clone

62f93c1 Remove asyncio from install_requires

Authored and Committed by carlwgeorge 5 years ago
1 file changed. 0 lines added. 1 lines removed.
    Remove asyncio from install_requires
    
    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.
    
        
file modified
+0 -1