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

This commit is contained in:
fmbearmf
2025-09-01 20:43:36 -07:00
parent 8669c5833b
commit 308f77bfb5
+1
View File
@@ -35,6 +35,7 @@ python3Packages.buildPythonApplication rec {
pythonRelaxDeps = [
"urllib3"
"beautifulsoup4"
"lxml"
];
meta = {