lol

python3Packages.python-rabbitair: add setuptools to nativeBuildInputs

authored by

Martin Weinelt and committed by
Sandro Jäckel
72769f58 6059df1b

+5
+5
pkgs/development/python-modules/python-rabbitair/default.nix
··· 5 5 , pytest-asyncio 6 6 , pytestCheckHook 7 7 , pythonOlder 8 + , setuptools 8 9 , typing-extensions 9 10 , zeroconf 10 11 }: ··· 22 23 rev = "v${version}"; 23 24 hash = "sha256-CGr7NvnGRNTiKq5BpB/zmfgyd/2ggTbO0nj+Q+MavTs="; 24 25 }; 26 + 27 + nativeBuildInputs = [ 28 + setuptools 29 + ]; 25 30 26 31 propagatedBuildInputs = [ 27 32 cryptography