mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 00:24:47 +00:00
python312Packages.aioairzone-cloud: use nixfmt
This commit is contained in:
parent
295b923006
commit
a5e0ce69b1
@ -1,9 +1,10 @@
|
||||
{ lib
|
||||
, aiohttp
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
{
|
||||
lib,
|
||||
aiohttp,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -20,17 +21,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-DIWRYGDdK/wq1TrPSo9I1oZv5jX4rY4z+u7CTwJtyts=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
];
|
||||
dependencies = [ aiohttp ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"aioairzone_cloud"
|
||||
];
|
||||
pythonImportsCheck = [ "aioairzone_cloud" ];
|
||||
|
||||
# Module has no tests
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user