10 buildPythonPackage rec {
16 inherit pname version;
17 hash = "sha256-5UMKKX+4GCNm98S8kQsasQTY5cwi9hGhm84FFl3/7NQ=";
20 # Prevent circular dependency
21 pythonRemoveDeps = [ "dvc" ];
27 propagatedBuildInputs = [
32 # Network access is needed for tests
36 # pythonImportsCheck = [
41 description = "gs plugin for dvc";
42 homepage = "https://pypi.org/project/dvc-gs/version";
43 changelog = "https://github.com/iterative/dvc-gs/releases/tag/${version}";
44 license = licenses.asl20;
45 maintainers = with maintainers; [ melling ];