python3Packages.protobuf3: remove

This commit is contained in:
Aaron Jheng
2024-09-30 07:38:46 +00:00
parent 220530a7bc
commit 23d2b40cae
-5
View File
@@ -10648,11 +10648,6 @@ self: super: with self; {
proto-plus = callPackage ../development/python-modules/proto-plus { };
# Protobuf 3.x
protobuf3 = callPackage ../development/python-modules/protobuf/3.nix {
protobuf = pkgs.protobuf3_20;
};
# Protobuf 4.x
protobuf4 = callPackage ../development/python-modules/protobuf/4.nix {
protobuf = pkgs.protobuf;