From 1dfa19f60f8fe8167e8f098c75b5b76a42b47721 Mon Sep 17 00:00:00 2001 From: Timo Gottszky Date: Thu, 4 Jun 2026 20:54:28 +0200 Subject: [PATCH] python3Packages.executor: migrate to pyproject --- pkgs/development/python-modules/executor/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/executor/default.nix b/pkgs/development/python-modules/executor/default.nix index 685b9ffa6b81..94629f6b0f43 100644 --- a/pkgs/development/python-modules/executor/default.nix +++ b/pkgs/development/python-modules/executor/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "executor"; version = "23.2"; - format = "setuptools"; + pyproject = true; # pipes is removed in python 3.13 disabled = pythonAtLeast "3.13";