diff options
Diffstat (limited to 'pkgs/development/python-modules/async-lru/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/async-lru/default.nix | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/pkgs/development/python-modules/async-lru/default.nix b/pkgs/development/python-modules/async-lru/default.nix index 2f4ef7262acd..91fd5b0b9180 100644 --- a/pkgs/development/python-modules/async-lru/default.nix +++ b/pkgs/development/python-modules/async-lru/default.nix @@ -1,10 +1,11 @@ -{ lib -, buildPythonPackage -, pythonOlder -, fetchFromGitHub -, typing-extensions -, pytestCheckHook -, pytest-asyncio +{ + lib, + buildPythonPackage, + pythonOlder, + fetchFromGitHub, + typing-extensions, + pytestCheckHook, + pytest-asyncio, }: buildPythonPackage rec { @@ -22,9 +23,7 @@ buildPythonPackage rec { hash = "sha256-S2sOkgtS+YdMtVP7UHD3+oR8Fem8roLhhgVVfh33PcM="; }; - propagatedBuildInputs = lib.optionals (pythonOlder "3.11") [ - typing-extensions - ]; + propagatedBuildInputs = lib.optionals (pythonOlder "3.11") [ typing-extensions ]; postPatch = '' sed -i -e '/^addopts/d' -e '/^filterwarnings/,+2d' setup.cfg |
