python3Packages.readability-lxml: relax chardet constraint
This commit is contained in:
@@ -25,7 +25,10 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
pythonRelaxDeps = [ "lxml" ];
|
||||
pythonRelaxDeps = [
|
||||
"chardet"
|
||||
"lxml"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
chardet
|
||||
|
||||
Reference in New Issue
Block a user