Merge pull request #139503 from r-ryantm/auto-update/python3.8-thrift
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "thrift";
|
||||
version = "0.13.0";
|
||||
version = "0.15.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "9af1c86bf73433afc6010ed376a6c6aca2b54099cc0d61895f640870a9ae7d89";
|
||||
sha256 = "87c8205a71cf8bbb111cb99b1f7495070fbc9cabb671669568854210da5b3e29";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ six ];
|
||||
@@ -18,11 +18,12 @@ buildPythonPackage rec {
|
||||
# No tests. Breaks when not disabling.
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "thrift" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python bindings for the Apache Thrift RPC system";
|
||||
homepage = "http://thrift.apache.org/";
|
||||
homepage = "https://thrift.apache.org/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ hbunke ];
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user