python3Packages.gspread: switch to pypaBuildHook

This commit is contained in:
Peder Bergebakken Sundt 2023-09-10 00:09:45 +02:00
parent 0956b8a719
commit fd22d2c146

View file

@ -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 = [