Unverified Commit d7f55907 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

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

parents cb499097 fb2d9118
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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
  ];