From f726d3148998539c7449bf1dc0e13213dcc167d1 Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Tue, 25 Feb 2025 06:46:39 -0800 Subject: [PATCH] kikit: follow python contributing guidelines --- pkgs/by-name/ki/kikit/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ki/kikit/default.nix b/pkgs/by-name/ki/kikit/default.nix index 230130214709..8807d8887ba4 100644 --- a/pkgs/by-name/ki/kikit/default.nix +++ b/pkgs/by-name/ki/kikit/default.nix @@ -19,6 +19,7 @@ pybars3, versioneer, shapely, + setuptools, }: let solidpython = callPackage ./solidpython { }; @@ -26,7 +27,7 @@ in buildPythonApplication rec { pname = "kikit"; version = "1.7.1"; - format = "setuptools"; + pyproject = true; disabled = pythonOlder "3.7"; @@ -37,7 +38,11 @@ buildPythonApplication rec { hash = "sha256-GG0OXPoTy219QefQ7GwMen4u66lPob5DI8lU9sqwaRQ="; }; - propagatedBuildInputs = [ + build-system = [ + setuptools + ]; + + dependencies = [ kicad numpy click