python313Packages.pysolcast: relax isodate
This commit is contained in:
@@ -27,7 +27,10 @@ buildPythonPackage rec {
|
|||||||
hash = "sha256-x91QVCDPjfC8rCVam/mrc8HP84ONa2/mJtSV64hrilc=";
|
hash = "sha256-x91QVCDPjfC8rCVam/mrc8HP84ONa2/mJtSV64hrilc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "responses" ];
|
pythonRelaxDeps = [
|
||||||
|
"isodate"
|
||||||
|
"responses"
|
||||||
|
];
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
poetry-core
|
poetry-core
|
||||||
@@ -52,7 +55,7 @@ buildPythonPackage rec {
|
|||||||
description = "Python library for interacting with the Solcast API";
|
description = "Python library for interacting with the Solcast API";
|
||||||
homepage = "https://github.com/mcaulifn/solcast";
|
homepage = "https://github.com/mcaulifn/solcast";
|
||||||
changelog = "https://github.com/mcaulifn/solcast/releases/tag/v${version}";
|
changelog = "https://github.com/mcaulifn/solcast/releases/tag/v${version}";
|
||||||
license = with licenses; [ asl20 ];
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user