Unverified Commit c3fe6c02 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 5d6cd346 59c0e446
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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