Merge pull request #94920 from andersk/python-protobuf-default
pythonPackages.protobuf: Use default version of protobuf
This commit is contained in:
commit
aed5964378
1 changed files with 3 additions and 1 deletions
|
@ -5380,7 +5380,9 @@ in {
|
|||
protobuf = callPackage ../development/python-modules/protobuf {
|
||||
disabled = isPyPy;
|
||||
doCheck = !isPy3k;
|
||||
protobuf = pkgs.protobuf3_12;
|
||||
# If a protobuf upgrade causes many Python packages to fail, please pin it
|
||||
# here to the previous version.
|
||||
protobuf = pkgs.protobuf;
|
||||
};
|
||||
|
||||
psd-tools = callPackage ../development/python-modules/psd-tools { };
|
||||
|
|
Loading…
Reference in a new issue