mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
python3Packages.aioesphomeapi: relax protobuf constraint
This commit is contained in:
parent
0ebde89696
commit
ad824e40c5
@ -24,6 +24,11 @@ buildPythonPackage rec {
|
||||
sha256 = "sha256-ZaNrSkRH9pFhzZncCs37k1M0w5svPfrY0WxePUnUlms=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "protobuf>=3.12.2,<4.0" "protobuf>=3.12.2"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
noiseprotocol
|
||||
protobuf
|
||||
|
Loading…
Reference in New Issue
Block a user