mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
python311Packages.google-cloud-bigquery: unbreak
This commit is contained in:
parent
9b67dc7566
commit
62f108d0de
@ -127,8 +127,6 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
# Not compatible with pyarrow13 yet.
|
|
||||||
broken = true;
|
|
||||||
description = "Google BigQuery API client library";
|
description = "Google BigQuery API client library";
|
||||||
homepage = "https://github.com/googleapis/python-bigquery";
|
homepage = "https://github.com/googleapis/python-bigquery";
|
||||||
changelog = "https://github.com/googleapis/python-bigquery/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/googleapis/python-bigquery/blob/v${version}/CHANGELOG.md";
|
||||||
|
Loading…
Reference in New Issue
Block a user