From 364aa17311e9d003fe91f630f6d382bf4c7ed2dc Mon Sep 17 00:00:00 2001 From: 9R Date: Fri, 19 Apr 2024 10:51:05 +0200 Subject: [PATCH] python3Package.pyowm: add missing dependency setuptools --- pkgs/development/python-modules/pyowm/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pyowm/default.nix b/pkgs/development/python-modules/pyowm/default.nix index d95cda12d600..41d661e98c02 100644 --- a/pkgs/development/python-modules/pyowm/default.nix +++ b/pkgs/development/python-modules/pyowm/default.nix @@ -5,6 +5,7 @@ , pysocks , pythonOlder , requests +, setuptools , pytestCheckHook , pythonRelaxDepsHook }: @@ -35,6 +36,7 @@ buildPythonPackage rec { geojson pysocks requests + setuptools ]; nativeCheckInputs = [