Loading pkgs/development/python-modules/elastic-transport/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ buildPythonPackage, certifi, fetchFromGitHub, fetchpatch, mock, opentelemetry-api, opentelemetry-sdk, Loading Loading @@ -34,6 +35,14 @@ buildPythonPackage rec { hash = "sha256-LWSvE88wEwMxRi6IZsMkIRP8UTRfImC9QZnuka1oiso="; }; # FIXME: backport fix for pytest-asyncio 1.2.0, as updating this entire ecosystem is painful patches = [ (fetchpatch { url = "https://github.com/elastic/elastic-transport-python/commit/d749d0be54821e81979888ff34b1451354548863.patch"; hash = "sha256-FrabqeLn3Sr1sg/lWWYsMPd0CZS/6BZYLnaK66T93BQ="; }) ]; build-system = [ setuptools ]; dependencies = [ Loading Loading
pkgs/development/python-modules/elastic-transport/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ buildPythonPackage, certifi, fetchFromGitHub, fetchpatch, mock, opentelemetry-api, opentelemetry-sdk, Loading Loading @@ -34,6 +35,14 @@ buildPythonPackage rec { hash = "sha256-LWSvE88wEwMxRi6IZsMkIRP8UTRfImC9QZnuka1oiso="; }; # FIXME: backport fix for pytest-asyncio 1.2.0, as updating this entire ecosystem is painful patches = [ (fetchpatch { url = "https://github.com/elastic/elastic-transport-python/commit/d749d0be54821e81979888ff34b1451354548863.patch"; hash = "sha256-FrabqeLn3Sr1sg/lWWYsMPd0CZS/6BZYLnaK66T93BQ="; }) ]; build-system = [ setuptools ]; dependencies = [ Loading