Skip to content

Commit

Permalink
python3.pkgs.databricks-sql-connector: fix build by removing patch an…
Browse files Browse the repository at this point in the history
…d relaxing thrift dependency
  • Loading branch information
cpcloud committed Nov 6, 2024
1 parent 29069e4 commit a638836
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
thrift,
requests,
urllib3,
fetchpatch,
}:

buildPythonPackage rec {
Expand All @@ -33,16 +32,9 @@ buildPythonPackage rec {
hash = "sha256-8q5qWN+i2mGbzXvkop/G6mjZegzZ/6kr1Fl7FaHwLYA=";
};

patches = [
(fetchpatch {
name = "fix-pandas.patch";
url = "https://patch-diff.githubusercontent.com/raw/databricks/databricks-sql-python/pull/416.patch";
sha256 = "sha256-sNCp8xSSmKP2yNzDK4wyWC5Hoe574AeHnKTeNcIxaek=";
})
];

pythonRelaxDeps = [
"pyarrow"
"thrift"
];

nativeBuildInputs = [
Expand Down

0 comments on commit a638836

Please sign in to comment.