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

Changed files
+2 -2
pkgs
development
python-modules
asyncua
+2 -2
pkgs/development/python-modules/asyncua/default.nix
···
buildPythonPackage,
cryptography,
fetchFromGitHub,
+
hatchling,
pyopenssl,
pytest-asyncio_0_21,
pytest-mock,
···
pythonAtLeast,
pythonOlder,
pytz,
-
setuptools,
sortedcontainers,
typing-extensions,
}:
···
--replace-fail "tools/" "$out/bin/"
'';
-
build-system = [ setuptools ];
+
build-system = [ hatchling ];
dependencies = [
aiofiles