python2Packages.numpy: don't use setuptools hook

because we use the pip build phase already with pyproject.

+2 -2
+2 -2
pkgs/development/python2-modules/numpy/default.nix
··· 9 9 , writeTextFile 10 10 , isPyPy 11 11 , cython 12 - , setuptoolsBuildHook 12 + , setuptools 13 13 }: 14 14 15 15 assert (!blas.isILP64) && (!lapack.isILP64); ··· 47 47 sha256 = "e5cf3fdf13401885e8eea8170624ec96225e2174eb0c611c6f26dd33b489e3ff"; 48 48 }; 49 49 50 - nativeBuildInputs = [ gfortran pytest cython setuptoolsBuildHook ]; 50 + nativeBuildInputs = [ gfortran pytest cython setuptools ]; 51 51 buildInputs = [ blas lapack ]; 52 52 53 53 patches = lib.optionals python.hasDistutilsCxxPatch [