mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.readability-lxml: relax chardet constraint
This commit is contained in:
parent
448d62b526
commit
b440c43935
1 changed files with 4 additions and 1 deletions
|
|
@ -25,7 +25,10 @@ buildPythonPackage rec {
|
|||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
pythonRelaxDeps = [ "lxml" ];
|
||||
pythonRelaxDeps = [
|
||||
"chardet"
|
||||
"lxml"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
chardet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue