python.pkgs.protobuf: use 3.5 by default

This commit is contained in:
Robert Schütz
2018-04-08 00:04:44 +02:00
committed by Frederik Rietdijk
parent b1c6c0af87
commit 35b38b021b
5 changed files with 9 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, buildPythonPackage, fetchPypi
, protobuf3_5, pytest }:
, protobuf, pytest }:
buildPythonPackage rec {
pname = "googleapis-common-protos";
@@ -10,7 +10,7 @@ buildPythonPackage rec {
sha256 = "1whfjl44gy15ha6palpwa2m0xi36dsvpaz8vw0cvb2k2lbdfsxf0";
};
propagatedBuildInputs = [ protobuf3_5 ];
propagatedBuildInputs = [ protobuf ];
checkInputs = [ pytest ];
doCheck = false; # there are no tests