python3Packages.pyathena: Add fsspec to propagatedBuildInputs

This commit is contained in:
Alexander Ben Nasrallah 2023-02-03 10:17:45 +01:00 committed by Manuel Bärenz
parent 18294fe13d
commit 1b1d2f4b30

View File

@ -3,6 +3,7 @@
, botocore
, buildPythonPackage
, fetchPypi
, fsspec
, pandas
, pythonOlder
, tenacity
@ -23,6 +24,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
boto3
botocore
fsspec
pandas
tenacity
];