13 buildPythonPackage rec {
21 hash = "sha256-HQEqwdzkdlmYb5GBI7SJMc+bNCmrC0oi/UsCRIGFzrY=";
24 # Prevent circular dependency
25 pythonRemoveDeps = [ "dvc" ];
27 # dvc-s3 uses boto3 directly, we add in propagatedBuildInputs
29 substituteInPlace pyproject.toml \
30 --replace-fail "aiobotocore[boto3]" "aiobotocore"
33 build-system = [ setuptools-scm ];
43 # Network access is needed for tests
47 # pythonImportsCheck = [
52 description = "s3 plugin for dvc";
53 homepage = "https://pypi.org/project/dvc-s3/${version}";
54 changelog = "https://github.com/iterative/dvc-s3/releases/tag/${version}";
55 license = licenses.asl20;
56 maintainers = with maintainers; [ melling ];