Merge #229148: python3Packages.{or-tools,protobuf}: remove dev output
...into staging
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user