Merge #229148: python3Packages.{or-tools,protobuf}: remove dev output

...into staging
This commit is contained in:
Vladimír Čunát
2023-05-01 10:10:23 +02:00
3 changed files with 2 additions and 5 deletions
@@ -109,7 +109,7 @@ stdenv.mkDerivation rec {
pip install --prefix="$python" python/
'';
outputs = [ "out" "dev" "python" ];
outputs = [ "out" "python" ];
meta = with lib; {
homepage = "https://github.com/google/or-tools";
@@ -28,8 +28,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
async-timeout
noiseprotocol
protobuf.out
protobuf.dev
protobuf
zeroconf
];
@@ -41,8 +41,6 @@ buildPythonPackage {
fi
'';
outputs = [ "out" "dev" ];
buildInputs = [ protobuf ];
propagatedNativeBuildInputs = [