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 , pytest-asyncio 6 , pytestCheckHook 7 , pythonOlder 8 , typing-extensions 9 , zeroconf 10 }: ··· 22 rev = "v${version}"; 23 hash = "sha256-CGr7NvnGRNTiKq5BpB/zmfgyd/2ggTbO0nj+Q+MavTs="; 24 }; 25 26 propagatedBuildInputs = [ 27 cryptography
··· 5 , pytest-asyncio 6 , pytestCheckHook 7 , pythonOlder 8 + , setuptools 9 , typing-extensions 10 , zeroconf 11 }: ··· 23 rev = "v${version}"; 24 hash = "sha256-CGr7NvnGRNTiKq5BpB/zmfgyd/2ggTbO0nj+Q+MavTs="; 25 }; 26 + 27 + nativeBuildInputs = [ 28 + setuptools 29 + ]; 30 31 propagatedBuildInputs = [ 32 cryptography