protobuf: pin to 3.17 for Python 2

This commit is contained in:
Thomas Watson 2021-11-12 18:41:27 -06:00 committed by tomberek
parent 6147e5d317
commit ce70bbbbd8

View file

@ -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 { };