From 3b73f6a100bfc09e850fea9c8d1944b1da209394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 6 Feb 2025 18:42:20 +0100 Subject: [PATCH] python313Packages.pudb: fix build-system --- pkgs/development/python-modules/pudb/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pudb/default.nix b/pkgs/development/python-modules/pudb/default.nix index 555e61f6990b..730c1fa1daa1 100644 --- a/pkgs/development/python-modules/pudb/default.nix +++ b/pkgs/development/python-modules/pudb/default.nix @@ -1,8 +1,8 @@ { lib, buildPythonPackage, + hatchling, fetchPypi, - setuptools, jedi, packaging, pygments, @@ -25,7 +25,7 @@ buildPythonPackage rec { hash = "sha256-Jk8jngU45S6D09AgFDEAsxccrhcidnS7G5+LB180hJw="; }; - build-system = [ setuptools ]; + build-system = [ hatchling ]; dependencies = [ jedi