protobuf: pin to 3.17 for Python 2
This commit is contained in:
parent
6147e5d317
commit
ce70bbbbd8
1 changed files with 5 additions and 0 deletions
|
@ -415,6 +415,11 @@ with self; with super; {
|
|||
|
||||
prompt-toolkit = callPackage ../development/python-modules/prompt-toolkit/1.nix { };
|
||||
|
||||
protobuf = callPackage ../development/python-modules/protobuf {
|
||||
disabled = isPyPy;
|
||||
protobuf = pkgs.protobuf3_17; # last version compatible with Python 2
|
||||
};
|
||||
|
||||
pyamf = callPackage ../development/python-modules/pyamf { };
|
||||
|
||||
pyblosxom = callPackage ../development/python-modules/pyblosxom { };
|
||||
|
|
Loading…
Reference in a new issue