Unverified Commit 2ca9257f authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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

...into staging
parents 5ed872d7 b02988a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
+1 −2
Original line number Diff line number Diff line
@@ -28,8 +28,7 @@ buildPythonPackage rec {
  propagatedBuildInputs = [
    async-timeout
    noiseprotocol
    protobuf.out
    protobuf.dev
    protobuf
    zeroconf
  ];

+0 −2
Original line number Diff line number Diff line
@@ -41,8 +41,6 @@ buildPythonPackage {
    fi
  '';

  outputs = [ "out" "dev" ];

  buildInputs = [ protobuf ];

  propagatedNativeBuildInputs = [