lol

python3Packages.preprocess-cancellation: add setuptools to nativeBuildInputs

authored by

Martin Weinelt and committed by
Sandro Jäckel
a21cb9db 0a30b80a

+2
+2
pkgs/development/python-modules/preprocess-cancellation/default.nix
··· 3 3 , pythonOlder 4 4 , fetchFromGitHub 5 5 , poetry-core 6 + , setuptools 6 7 , shapely 7 8 , pytestCheckHook 8 9 }: ··· 40 41 41 42 nativeBuildInputs = [ 42 43 poetry-core 44 + setuptools 43 45 ]; 44 46 45 47 propagatedBuildInputs = [