Loading pkgs/development/python-modules/aranet4/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ bleak, buildPythonPackage, fetchFromGitHub, fetchpatch, pytestCheckHook, pythonOlder, requests, Loading @@ -23,6 +24,15 @@ buildPythonPackage rec { hash = "sha256-/FBrP4aceIX9dcZmm+k13PSAPuK4SQenjWqOAFPSvL8="; }; patches = [ # https://github.com/Anrijs/Aranet4-Python/pull/62 (fetchpatch { name = "fix-for-failing-test-with-bleak-1.1.0.patch"; url = "https://github.com/Anrijs/Aranet4-Python/pull/62/commits/0117633682050c77cd00ead1bce93375367d7a3c.patch"; hash = "sha256-S4Di6bKbapCpDdOIy4sSiG9dO7OZq5ixjjK+ux4EEp0="; }) ]; build-system = [ setuptools ]; dependencies = [ Loading Loading
pkgs/development/python-modules/aranet4/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ bleak, buildPythonPackage, fetchFromGitHub, fetchpatch, pytestCheckHook, pythonOlder, requests, Loading @@ -23,6 +24,15 @@ buildPythonPackage rec { hash = "sha256-/FBrP4aceIX9dcZmm+k13PSAPuK4SQenjWqOAFPSvL8="; }; patches = [ # https://github.com/Anrijs/Aranet4-Python/pull/62 (fetchpatch { name = "fix-for-failing-test-with-bleak-1.1.0.patch"; url = "https://github.com/Anrijs/Aranet4-Python/pull/62/commits/0117633682050c77cd00ead1bce93375367d7a3c.patch"; hash = "sha256-S4Di6bKbapCpDdOIy4sSiG9dO7OZq5ixjjK+ux4EEp0="; }) ]; build-system = [ setuptools ]; dependencies = [ Loading