python3Packages.gspread: switch to pypaBuildHook

This commit is contained in:
Peder Bergebakken Sundt
2023-09-22 21:11:17 +02:00
parent 0956b8a719
commit fd22d2c146
@@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, flitBuildHook
, flit-core
, google-auth
, google-auth-oauthlib
, pytest-vcr
@@ -25,7 +25,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
flitBuildHook
flit-core
];
propagatedBuildInputs = [