python313Packages.asyncua: update build-system (#446578)

This commit is contained in:
Fabian Affolter
2025-09-27 15:49:47 +00:00
committed by GitHub
@@ -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