python312Packages.plugwise: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-20 11:09:20 +02:00
parent 6d6ef74001
commit 7423442c16
1 changed files with 21 additions and 22 deletions

View File

@ -1,22 +1,23 @@
{ lib
, aiohttp
, async-timeout
, buildPythonPackage
, crcmod
, defusedxml
, fetchFromGitHub
, freezegun
, jsonpickle
, munch
, pyserial
, pytest-aiohttp
, pytest-asyncio
, pytestCheckHook
, python-dateutil
, pythonOlder
, semver
, setuptools
, wheel
{
lib,
aiohttp,
async-timeout,
buildPythonPackage,
crcmod,
defusedxml,
fetchFromGitHub,
freezegun,
jsonpickle,
munch,
pyserial,
pytest-aiohttp,
pytest-asyncio,
pytestCheckHook,
python-dateutil,
pythonOlder,
semver,
setuptools,
wheel,
}:
buildPythonPackage rec {
@ -64,9 +65,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"plugwise"
];
pythonImportsCheck = [ "plugwise" ];
__darwinAllowLocalNetworking = true;