protobuf3_6: 3.6.1 -> 3.6.1.3
This commit is contained in:
committed by
Robert Schütz
parent
34aa254f9e
commit
d1feec73e4
@@ -18,8 +18,8 @@ buildPythonPackage rec {
|
||||
nativeBuildInputs = [ google_apputils pyext ];
|
||||
buildInputs = [ protobuf ];
|
||||
|
||||
patches = optional isPy37
|
||||
# Python 3.7 compatibility (remove when protobuf 3.7 is released)
|
||||
patches = optional (isPy37 && (versionOlder protobuf.version "3.6.1.2"))
|
||||
# Python 3.7 compatibility (not needed for protobuf >= 3.6.1.2)
|
||||
(fetchpatch {
|
||||
url = "https://github.com/protocolbuffers/protobuf/commit/0a59054c30e4f0ba10f10acfc1d7f3814c63e1a7.patch";
|
||||
sha256 = "09hw22y3423v8bbmc9xm07znwdxfbya6rp78d4zqw6fisdvjkqf1";
|
||||
|
||||
Reference in New Issue
Block a user