python3Packages.readability-lxml: relax chardet constraint

This commit is contained in:
Martin Weinelt
2026-07-03 03:11:40 +02:00
parent 448d62b526
commit b440c43935
@@ -25,7 +25,10 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
pythonRelaxDeps = [ "lxml" ];
pythonRelaxDeps = [
"chardet"
"lxml"
];
dependencies = [
chardet