python3.pkgs.pyicloud: update list of dependencies + fix py313 build (#372076)
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user