python312Packages.reolink-aio: format with nixfmt
This commit is contained in:
parent
664b3bf309
commit
91d584a6b7
@ -1,12 +1,13 @@
|
||||
{ lib
|
||||
, aiohttp
|
||||
, aiortsp
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, orjson
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
, typing-extensions
|
||||
{
|
||||
lib,
|
||||
aiohttp,
|
||||
aiortsp,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
orjson,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
typing-extensions,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -23,9 +24,7 @@ buildPythonPackage rec {
|
||||
hash = "sha256-qawrTTLp+qFUVn5TUQ73TcPu37c0EywzJl+8oFW8L04=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
@ -34,9 +33,7 @@ buildPythonPackage rec {
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"reolink_aio"
|
||||
];
|
||||
pythonImportsCheck = [ "reolink_aio" ];
|
||||
|
||||
# All tests require a network device
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user