From bac96fc18840ae67cea4c140dc47e29b4f065412 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 26 Jan 2025 04:11:55 +0100 Subject: [PATCH] fixup! python3Packages.quart: 0.19.9 -> 0.20.0 --- pkgs/development/python-modules/quart/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/quart/default.nix b/pkgs/development/python-modules/quart/default.nix index 9b152d6e918ad..129c8f7fff0ba 100644 --- a/pkgs/development/python-modules/quart/default.nix +++ b/pkgs/development/python-modules/quart/default.nix @@ -5,7 +5,7 @@ pythonOlder, # build-system - poetry-core, + flit-core, # propagates aiofiles, @@ -43,7 +43,7 @@ buildPythonPackage rec { hash = "sha256-NApev3nRBS4QDMGq8++rSmK5YgeljkaVAsdezsTbZr4="; }; - build-system = [ poetry-core ]; + build-system = [ flit-core ]; dependencies = [