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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user