Merge pull request #185729 from anthonyroussel/fix-python-benedict

python3Packages.python-benedict: fix broken build
This commit is contained in:
Fabian Affolter 2022-08-09 00:19:59 +02:00 committed by GitHub
commit 66756d0ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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