From 8cb288ce0481ee13b969d60d86754fccb1fa2929 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Sat, 26 Oct 2024 18:00:35 +0100 Subject: [PATCH] icloudpd: use `dependencies` and `build-system` --- pkgs/by-name/ic/icloudpd/package.nix | 39 ++++++++++++++-------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/pkgs/by-name/ic/icloudpd/package.nix b/pkgs/by-name/ic/icloudpd/package.nix index 0da758fc0fd3..868355dea3be 100644 --- a/pkgs/by-name/ic/icloudpd/package.nix +++ b/pkgs/by-name/ic/icloudpd/package.nix @@ -21,34 +21,35 @@ python3Packages.buildPythonApplication rec { pythonRelaxDeps = true; - propagatedBuildInputs = with python3Packages; [ - wheel - setuptools - requests - schema - click - python-dateutil - tqdm - piexif - urllib3 - six - tzlocal - pytz + dependencies = with python3Packages; [ certifi + click + flask keyring keyrings-alt - typing-extensions - flask - waitress + piexif + python-dateutil + pytz + requests + schema + six srp + tqdm + typing-extensions + tzlocal + urllib3 + waitress + wheel ]; + build-system = with python3Packages; [ setuptools ]; + nativeCheckInputs = with python3Packages; [ - pytestCheckHook - mock freezegun - vcrpy + mock pytest-timeout + pytestCheckHook + vcrpy ]; disabledTests = [