Merge pull request #185729 from anthonyroussel/fix-python-benedict
python3Packages.python-benedict: fix broken build
This commit is contained in:
commit
66756d0ee9
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ buildPythonPackage rec {
|
|||
hash = "sha256-WSsT+p23VctVt9A+WFKNHcgUHFijfT775eMF3RzaXDA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "mailchecker >= 4.1.0, < 5.0.0" "mailchecker >= 4.1.0"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
mailchecker
|
||||
phonenumbers
|
||||
|
|
Loading…
Reference in a new issue