mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
Merge pull request #185729 from anthonyroussel/fix-python-benedict
python3Packages.python-benedict: fix broken build
This commit is contained in:
commit
66756d0ee9
@ -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 New Issue
Block a user