11 buildPythonPackage rec {
17 inherit pname version;
18 hash = "sha256-lvC6oAXQR4u7s+11n6NgQExPc9yrq3JAmmXtuOw22tI=";
22 # Prevent circular dependency
31 propagatedBuildInputs = [
37 # bcrypt is enabled for sshfs in nixpkgs
39 substituteInPlace setup.cfg --replace "sshfs[bcrypt]" "sshfs"
42 # Network access is needed for tests
46 # pythonImportsCheck = [
51 description = "ssh plugin for dvc";
52 homepage = "https://pypi.org/project/dvc-ssh/${version}";
53 changelog = "https://github.com/iterative/dvc-ssh/releases/tag/${version}";
54 license = licenses.asl20;
55 maintainers = with maintainers; [ melling ];