python3Packages.readability-lxml: relax chardet constraint

This commit is contained in:
Martin Weinelt 2026-07-03 01:26:25 +02:00
commit b440c43935
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -25,7 +25,10 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
pythonRelaxDeps = [ "lxml" ];
pythonRelaxDeps = [
"chardet"
"lxml"
];
dependencies = [
chardet