mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
python3Packages.pyathena: Add fsspec to propagatedBuildInputs
This commit is contained in:
parent
18294fe13d
commit
1b1d2f4b30
@ -3,6 +3,7 @@
|
||||
, botocore
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, fsspec
|
||||
, pandas
|
||||
, pythonOlder
|
||||
, tenacity
|
||||
@ -23,6 +24,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
boto3
|
||||
botocore
|
||||
fsspec
|
||||
pandas
|
||||
tenacity
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user