mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
git-annex-remote-googledrive: add missing distutils dependency
This commit is contained in:
parent
989ec1afaa
commit
8ce786ec86
@ -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,
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user