Commit 8ce786ec authored by Gaute Ravndal's avatar Gaute Ravndal
Browse files

git-annex-remote-googledrive: add missing distutils dependency

parent 989ec1af
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
, humanfriendly
, tenacity
, setuptools
, distutils
}:

buildPythonApplication rec {
@@ -27,6 +28,7 @@ buildPythonApplication rec {
    gitpython
    tenacity
    humanfriendly
    distutils
  ];

  # while git-annex does come with a testremote command that *could* be used,
+1 −9
Original line number Diff line number Diff line
@@ -2211,15 +2211,7 @@ with pkgs;
    humanfriendly;
  };
  git-annex-remote-googledrive = callPackage ../applications/version-management/git-annex-remote-googledrive {
    inherit (python3Packages)
    buildPythonApplication
    annexremote
    drivelib
    gitpython
    tenacity
    humanfriendly;
  };
  git-annex-remote-googledrive = python3Packages.callPackage ../applications/version-management/git-annex-remote-googledrive { };
  git-annex-remote-rclone = callPackage ../applications/version-management/git-annex-remote-rclone { };