Loading pkgs/development/python-modules/databricks-sql-connector/default.nix +1 −9 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ thrift, requests, urllib3, fetchpatch, }: buildPythonPackage rec { Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/databricks-sql-connector/default.nix +1 −9 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ thrift, requests, urllib3, fetchpatch, }: buildPythonPackage rec { Loading @@ -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 = [ Loading