python312Packages.dbus-fast: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-09 18:01:30 +02:00
parent 5f0f2e5064
commit 378345e8ff
@@ -1,14 +1,15 @@
{ 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