From 59c0e446b3de3423071b36c01ad06be6cdfe6302 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 27 Sep 2025 10:41:42 +0200 Subject: [PATCH] python313Packages.asyncua: update build-system --- pkgs/development/python-modules/asyncua/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/asyncua/default.nix b/pkgs/development/python-modules/asyncua/default.nix index 6e77e4b1d1b2..f208334661a6 100644 --- a/pkgs/development/python-modules/asyncua/default.nix +++ b/pkgs/development/python-modules/asyncua/default.nix @@ -6,6 +6,7 @@ buildPythonPackage, cryptography, fetchFromGitHub, + hatchling, pyopenssl, pytest-asyncio_0_21, pytest-mock, @@ -14,7 +15,6 @@ pythonAtLeast, pythonOlder, pytz, - setuptools, sortedcontainers, typing-extensions, }: @@ -41,7 +41,7 @@ buildPythonPackage rec { --replace-fail "tools/" "$out/bin/" ''; - build-system = [ setuptools ]; + build-system = [ hatchling ]; dependencies = [ aiofiles