From fb2d9118e5cc1d1b0674dbd746f5b316acc83699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 8 Jan 2025 10:14:52 +0100 Subject: [PATCH] python3.pkgs.pyicloud: update list of dependencies + fix build --- pkgs/development/python-modules/pyicloud/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/pyicloud/default.nix b/pkgs/development/python-modules/pyicloud/default.nix index 3cdd75e17b61..6aebdaa47f52 100644 --- a/pkgs/development/python-modules/pyicloud/default.nix +++ b/pkgs/development/python-modules/pyicloud/default.nix @@ -8,13 +8,10 @@ click, keyring, keyrings-alt, - pytz, requests, - six, tzlocal, pytest-mock, pytestCheckHook, - future, }: buildPythonPackage rec { @@ -34,12 +31,9 @@ buildPythonPackage rec { propagatedBuildInputs = [ certifi click - future keyring keyrings-alt - pytz requests - six tzlocal ];