python3.pkgs.pyicloud: update list of dependencies + fix py313 build (#372076)

This commit is contained in:
Jörg Thalheim
2025-01-09 16:27:42 +01:00
committed by GitHub
@@ -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
];