Commit 378345e8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.dbus-fast: format with nixfmt

parent 5f0f2e50
Loading
Loading
Loading
Loading
+13 −14
Original line number Diff line number Diff line
{ lib
, async-timeout
, buildPythonPackage
, cython
, fetchFromGitHub
, poetry-core
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
, wheel
{
  lib,
  async-timeout,
  buildPythonPackage,
  cython,
  fetchFromGitHub,
  poetry-core,
  pytest-asyncio,
  pytestCheckHook,
  pythonOlder,
  setuptools,
  wheel,
}:

buildPythonPackage rec {
@@ -36,9 +37,7 @@ buildPythonPackage rec {
    wheel
  ];

  dependencies = [
    async-timeout
  ];
  dependencies = [ async-timeout ];

  nativeCheckInputs = [
    pytest-asyncio