···11-{ stdenv, buildPythonPackage, fetchPypi, docutils, boto3 }:
11+{ stdenv, buildPythonPackage, fetchPypi, docutils, boto3, fsspec }:
2233buildPythonPackage rec {
44 pname = "s3fs";
···1010 };
11111212 buildInputs = [ docutils ];
1313- propagatedBuildInputs = [ boto3 ];
1313+ propagatedBuildInputs = [ boto3 fsspec ];
14141515 # Depends on `moto` which has a long dependency chain with exact
1616 # version requirements that can't be made to work with current