lol

python3Packages.gspread: switch to pypaBuildHook

+2 -2
+2 -2
pkgs/development/python-modules/gspread/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchFromGitHub 4 - , flitBuildHook 5 , google-auth 6 , google-auth-oauthlib 7 , pytest-vcr ··· 25 }; 26 27 nativeBuildInputs = [ 28 - flitBuildHook 29 ]; 30 31 propagatedBuildInputs = [
··· 1 { lib 2 , buildPythonPackage 3 , fetchFromGitHub 4 + , flit-core 5 , google-auth 6 , google-auth-oauthlib 7 , pytest-vcr ··· 25 }; 26 27 nativeBuildInputs = [ 28 + flit-core 29 ]; 30 31 propagatedBuildInputs = [