Unverified Commit b609729c authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #317442 from pbsds/fix-animdl-1717591464

animdl: unbreak
parents 95a25c29 6165b0f8
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -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