Loading pkgs/development/python-modules/dazl/default.nix +3 −10 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchPypi, fetchpatch, poetry-core, Loading @@ -27,23 +26,17 @@ buildPythonPackage rec { pname = "dazl"; version = "8.0.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-2EXbfXNl/vNhOIKfBv18TKMPizab72LlNV7QhEf4aVs="; }; patches = [ # Merged, remove this next release (fetchpatch { name = "428.patch"; # https://github.com/digital-asset/dazl-client/pull/428 url = "https://github.com/digital-asset/dazl-client/commit/a68bad0471d22210f0abf31447a7732477de39d4.patch"; sha256 = "sha256-Gx9W1XkvMPg8FAOAXijDF5QnMbntk5mR0q5+o5i2KAE="; }) pythonRelaxDeps = [ "grpcio" ]; format = "pyproject"; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ Loading Loading
pkgs/development/python-modules/dazl/default.nix +3 −10 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchPypi, fetchpatch, poetry-core, Loading @@ -27,23 +26,17 @@ buildPythonPackage rec { pname = "dazl"; version = "8.0.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-2EXbfXNl/vNhOIKfBv18TKMPizab72LlNV7QhEf4aVs="; }; patches = [ # Merged, remove this next release (fetchpatch { name = "428.patch"; # https://github.com/digital-asset/dazl-client/pull/428 url = "https://github.com/digital-asset/dazl-client/commit/a68bad0471d22210f0abf31447a7732477de39d4.patch"; sha256 = "sha256-Gx9W1XkvMPg8FAOAXijDF5QnMbntk5mR0q5+o5i2KAE="; }) pythonRelaxDeps = [ "grpcio" ]; format = "pyproject"; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ Loading