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