python311Packages.aioesphomeapi: regroup arguments

Please leave them as they are, because it makes it easier for me to check
up on them on updates.

Noticed while rebasing on python-updates...
This commit is contained in:
Martin Weinelt
2023-12-20 20:46:26 +01:00
parent f620fe2da0
commit 1b3fe240a3
@@ -1,18 +1,24 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
# build-system
, cython_3
, setuptools
# dependencies
, aiohappyeyeballs
, async-timeout
, buildPythonPackage
, chacha20poly1305-reuseable
, cython_3
, fetchFromGitHub
, mock
, noiseprotocol
, protobuf
, zeroconf
# tests
, mock
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
, zeroconf
}:
buildPythonPackage rec {