python3Packages.protobuf: remove dev output

Apparently some things don't handle Python packages with dev outputs correctly.
This will fix those packages but will cause build-platform contamination for
cross-compiled packages that use protobuf (due to propagatedNativeBuildInputs).
This commit is contained in:
Ben Wolsieffer
2023-04-30 12:52:35 -04:00
parent ad454c1708
commit bf02d717b5
@@ -41,8 +41,6 @@ buildPythonPackage {
fi
'';
outputs = [ "out" "dev" ];
buildInputs = [ protobuf ];
propagatedNativeBuildInputs = [