lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.aioresponses: propagate setuptools

+2
+2
pkgs/development/python-modules/aioresponses/default.nix
··· 7 7 , pbr 8 8 , pytestCheckHook 9 9 , pythonOlder 10 + , setuptools 10 11 }: 11 12 12 13 buildPythonPackage rec { ··· 27 28 28 29 propagatedBuildInputs = [ 29 30 aiohttp 31 + setuptools 30 32 ]; 31 33 32 34 checkInputs = [