9 buildPythonPackage rec {
10 pname = "aiohttp-wsgi";
12 disabled = pythonOlder "3.6";
14 src = fetchFromGitHub {
18 sha256 = "0wirn3xqxxgkpy5spicd7p1bkdnsrch61x2kcpdwpixmx961pq7x";
21 propagatedBuildInputs = [
29 pythonImportsCheck = [ "aiohttp_wsgi" ];
32 description = "WSGI adapter for aiohttp";
33 homepage = "https://github.com/etianen/aiohttp-wsgi";
34 license = with licenses; [ bsd3 ];
35 maintainers = with maintainers; [ fab ];