Merge pull request #317442 from pbsds/fix-animdl-1717591464
animdl: unbreak
This commit is contained in:
commit
b609729c78
@ -2,6 +2,7 @@
|
|||||||
buildPythonApplication,
|
buildPythonApplication,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
poetry-core,
|
poetry-core,
|
||||||
|
pythonRelaxDepsHook,
|
||||||
anchor-kr,
|
anchor-kr,
|
||||||
anitopy,
|
anitopy,
|
||||||
click,
|
click,
|
||||||
@ -30,8 +31,23 @@ buildPythonApplication {
|
|||||||
hash = "sha256-kn6vCCFhJNlruxoO+PTHVIwTf1E5j1aSdBhrFuGzUq4=";
|
hash = "sha256-kn6vCCFhJNlruxoO+PTHVIwTf1E5j1aSdBhrFuGzUq4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pythonRemoveDeps = [
|
||||||
|
"comtypes" # windows only
|
||||||
|
];
|
||||||
|
pythonRelaxDeps = [
|
||||||
|
"httpx"
|
||||||
|
"lxml"
|
||||||
|
"packaging"
|
||||||
|
"pycryptodomex"
|
||||||
|
"regex"
|
||||||
|
"rich"
|
||||||
|
"tqdm"
|
||||||
|
"yarl"
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
poetry-core
|
poetry-core
|
||||||
|
pythonRelaxDepsHook
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
anchor-kr
|
anchor-kr
|
||||||
|
Loading…
Reference in New Issue
Block a user