python313Packages.asyncua: update build-system

This commit is contained in:
Fabian Affolter
2025-09-27 10:41:42 +02:00
parent 84a03aa1c2
commit 59c0e446b3
@@ -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