python313Packages.asyncua: update build-system (#446578)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user