1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python312Packages.google-cloud-firestore: refactor

This commit is contained in:
Fabian Affolter 2024-04-03 09:20:28 +02:00 committed by GitHub
parent 2ab9fbb1e5
commit 45b46c84c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,11 +27,11 @@ buildPythonPackage rec {
hash = "sha256-5hrnAimm5TLkOcjRZEejICREfy7kojA/xNBUwljWh38=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
google-api-core
google-cloud-core
proto-plus