python312Packages.yalexs: use nixfmt

This commit is contained in:
Fabian Affolter 2024-04-04 01:10:39 +02:00
parent bd1ae106e4
commit 1c349b3047

View File

@ -1,19 +1,20 @@
{ lib
, aiofiles
, aiohttp
, aioresponses
, aiounittest
, buildPythonPackage
, ciso8601
, fetchFromGitHub
, pubnub
, pyjwt
, pytestCheckHook
, python-dateutil
, pythonOlder
, requests
, requests-mock
, setuptools
{
lib,
aiofiles,
aiohttp,
aioresponses,
aiounittest,
buildPythonPackage,
ciso8601,
fetchFromGitHub,
pubnub,
pyjwt,
pytestCheckHook,
python-dateutil,
pythonOlder,
requests,
requests-mock,
setuptools,
}:
buildPythonPackage rec {
@ -36,9 +37,7 @@ buildPythonPackage rec {
--replace-fail '"vol",' ""
'';
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
aiofiles
@ -60,9 +59,7 @@ buildPythonPackage rec {
requests-mock
];
pythonImportsCheck = [
"yalexs"
];
pythonImportsCheck = [ "yalexs" ];
meta = with lib; {
description = "Python API for Yale Access (formerly August) Smart Lock and Doorbell";