5 python3.pkgs.buildPythonApplication rec {
10 src = python3.pkgs.fetchPypi {
11 inherit pname version;
12 hash = "sha256-+OqcLbXilbY4h/zRAkvRd8taVIOPyiScOAcDyPZ4RUw=";
15 propagatedBuildInputs = with python3.pkgs; [
23 substituteInPlace setup.py \
24 --replace "use_2to3=True," ""
30 pythonImportsCheck = [
35 description = "s3 CLI tool";
36 homepage = "https://github.com/rsavordelli/s3bro";
37 license = licenses.mit;
38 maintainers = with maintainers; [ psyanticy ];