Unverified Commit 308f77bf authored by fmbearmf's avatar fmbearmf
Browse files

itch-dl: fix build (allow lxml==6)

parent 8669c583
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ python3Packages.buildPythonApplication rec {
  pythonRelaxDeps = [
    "urllib3"
    "beautifulsoup4"
    "lxml"
  ];

  meta = {