animdl: unbreak

(cherry picked from commit 6165b0f8ac)
This commit is contained in:
Peder Bergebakken Sundt 2024-06-05 14:48:09 +02:00 committed by github-actions[bot]
parent 5475409cff
commit a1e458784d

View File

@ -2,6 +2,7 @@
buildPythonApplication,
fetchFromGitHub,
poetry-core,
pythonRelaxDepsHook,
anchor-kr,
anitopy,
click,
@ -30,8 +31,23 @@ buildPythonApplication {
hash = "sha256-kn6vCCFhJNlruxoO+PTHVIwTf1E5j1aSdBhrFuGzUq4=";
};
pythonRemoveDeps = [
"comtypes" # windows only
];
pythonRelaxDeps = [
"httpx"
"lxml"
"packaging"
"pycryptodomex"
"regex"
"rich"
"tqdm"
"yarl"
];
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = [
anchor-kr