From fd08a22f9f94ca2a259a876bc63acfbda0c35090 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 4 Mar 2025 09:39:52 +0100 Subject: [PATCH] python313Packages.pysolcast: relax isodate --- pkgs/development/python-modules/pysolcast/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pysolcast/default.nix b/pkgs/development/python-modules/pysolcast/default.nix index c6765f1a7c59..48478ca5d676 100644 --- a/pkgs/development/python-modules/pysolcast/default.nix +++ b/pkgs/development/python-modules/pysolcast/default.nix @@ -27,7 +27,10 @@ buildPythonPackage rec { hash = "sha256-x91QVCDPjfC8rCVam/mrc8HP84ONa2/mJtSV64hrilc="; }; - pythonRelaxDeps = [ "responses" ]; + pythonRelaxDeps = [ + "isodate" + "responses" + ]; build-system = [ poetry-core @@ -52,7 +55,7 @@ buildPythonPackage rec { description = "Python library for interacting with the Solcast API"; homepage = "https://github.com/mcaulifn/solcast"; changelog = "https://github.com/mcaulifn/solcast/releases/tag/v${version}"; - license = with licenses; [ asl20 ]; + license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }