diff --git a/pkgs/development/python-modules/garminconnect/default.nix b/pkgs/development/python-modules/garminconnect/default.nix index a26fd39a3337..3c6d352af9c2 100644 --- a/pkgs/development/python-modules/garminconnect/default.nix +++ b/pkgs/development/python-modules/garminconnect/default.nix @@ -5,7 +5,6 @@ garth, pdm-backend, requests, - withings-sync, }: buildPythonPackage rec { @@ -22,7 +21,6 @@ buildPythonPackage rec { pythonRelaxDeps = [ "garth" - "withings-sync" ]; build-system = [ pdm-backend ]; @@ -30,7 +28,6 @@ buildPythonPackage rec { dependencies = [ garth requests - withings-sync ]; # Tests require a token