s3fs: fix dependencies
This commit is contained in:
parent
7dbc223af4
commit
7d82e6bee8
@ -1,4 +1,4 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, docutils, boto3, fsspec }:
|
||||
{ stdenv, buildPythonPackage, fetchPypi, docutils, aiobotocore, fsspec }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "s3fs";
|
||||
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
buildInputs = [ docutils ];
|
||||
propagatedBuildInputs = [ boto3 fsspec ];
|
||||
propagatedBuildInputs = [ aiobotocore fsspec ];
|
||||
|
||||
# Depends on `moto` which has a long dependency chain with exact
|
||||
# version requirements that can't be made to work with current
|
||||
|
Loading…
Reference in New Issue
Block a user