mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:04:06 +01:00
python313Packages.pysolcast: relax isodate
This commit is contained in:
parent
6e15303353
commit
fd08a22f9f
1 changed files with 5 additions and 2 deletions
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue