Skip to content

Commit

Permalink
Merge pull request #186555 from tjni/fix-loguru
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Aug 15, 2022
2 parents 1db41d0 + b518a7d commit 775bb14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/python-modules/loguru/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ buildPythonPackage rec {
sha256 = "sha256-BmvQZ1jQpRPpg2/ZxrWnW/s/02hB9LmWvGC1R6MJ1Bw=";
};

patches = [
(fetchpatch {
name = "fix-test-repr-infinite-recursion.patch";
url = "https://github.com/Delgan/loguru/commit/4fe21f66991abeb1905e24c3bc3c634543d959a2.patch";
hash = "sha256-NUOkgUS28TOazO0txMinFtaKwsi/J1Y7kqjjvMRCnR8=";
})
];

propagatedBuildInputs = lib.optionals (pythonOlder "3.7") [
aiocontextvars
];
Expand Down

0 comments on commit 775bb14

Please sign in to comment.