From 42edbe3108ecceea70098b98afb7fa7dd9439d14 Mon Sep 17 00:00:00 2001 From: kyehn Date: Fri, 22 May 2026 22:06:38 +0000 Subject: [PATCH] python3Packages.garminconnect: remove unnecessary withings-sync dependency --- pkgs/development/python-modules/garminconnect/default.nix | 3 --- 1 file changed, 3 deletions(-) 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