python312Packages.pyathena: modernize attribute names

This commit is contained in:
natsukium 2024-08-07 21:58:07 +09:00
parent f1f0fd9315
commit b7d6e0ee25
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -27,9 +27,9 @@ buildPythonPackage rec {
hash = "sha256-SxHUnfAyVcVW4R9j0ONGzCXqGWdaeseP/QU3vNhMtI8="; hash = "sha256-SxHUnfAyVcVW4R9j0ONGzCXqGWdaeseP/QU3vNhMtI8=";
}; };
nativeBuildInputs = [ hatchling ]; build-system = [ hatchling ];
propagatedBuildInputs = [ dependencies = [
boto3 boto3
botocore botocore
fsspec fsspec
@ -37,7 +37,7 @@ buildPythonPackage rec {
python-dateutil python-dateutil
]; ];
passthru.optional-dependencies = { optional-dependencies = {
pandas = [ pandas ]; pandas = [ pandas ];
sqlalchemy = [ sqlalchemy ]; sqlalchemy = [ sqlalchemy ];
arrow = [ pyarrow ]; arrow = [ pyarrow ];