python313Packages.zamg: add missing input
This commit is contained in:
parent
6e15303353
commit
c4fd2ab9e6
@ -2,6 +2,7 @@
|
|||||||
lib,
|
lib,
|
||||||
aiohttp,
|
aiohttp,
|
||||||
aresponses,
|
aresponses,
|
||||||
|
async-timeout,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
poetry-core,
|
poetry-core,
|
||||||
@ -25,9 +26,14 @@ buildPythonPackage rec {
|
|||||||
hash = "sha256-j864+3c0GDDftdLqLDD0hizT54c0IgTjT77jOneXlq0=";
|
hash = "sha256-j864+3c0GDDftdLqLDD0hizT54c0IgTjT77jOneXlq0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pythonRelaxDeps = [ "async-timeout" ];
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
|
||||||
dependencies = [ aiohttp ];
|
dependencies = [
|
||||||
|
aiohttp
|
||||||
|
async-timeout
|
||||||
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
aresponses
|
aresponses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user