Commit b71936c2 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.withings-sync: adjust inputs

parent e99c7770
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,10 +3,10 @@
, fetchFromGitHub
, garth
, lxml
, python-dotenv
, pythonOlder
, requests
, setuptools
, wheel
}:

buildPythonPackage rec {
@@ -25,12 +25,12 @@ buildPythonPackage rec {

  nativeBuildInputs = [
    setuptools
    wheel
  ];

  propagatedBuildInputs = [
    garth
    lxml
    python-dotenv
    requests
  ];