python313Packages.zamg: add missing input

This commit is contained in:
Fabian Affolter 2025-03-04 09:14:12 +01:00
parent 6e15303353
commit c4fd2ab9e6

View File

@ -2,6 +2,7 @@
lib,
aiohttp,
aresponses,
async-timeout,
buildPythonPackage,
fetchFromGitHub,
poetry-core,
@ -25,9 +26,14 @@ buildPythonPackage rec {
hash = "sha256-j864+3c0GDDftdLqLDD0hizT54c0IgTjT77jOneXlq0=";
};
pythonRelaxDeps = [ "async-timeout" ];
build-system = [ poetry-core ];
dependencies = [ aiohttp ];
dependencies = [
aiohttp
async-timeout
];
nativeCheckInputs = [
aresponses