python312Packages.pyduotecno: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-05 21:17:45 +02:00
parent 7f01c4c68c
commit c7eec0a250
1 changed files with 8 additions and 11 deletions

View File

@ -1,8 +1,9 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, setuptools
{
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -19,16 +20,12 @@ buildPythonPackage rec {
hash = "sha256-aak1e8NOxj7kncOyChpCEAQP1jpduhiSKDqm3mf5bqs=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
# Module has no tests
doCheck = false;
pythonImportsCheck = [
"duotecno"
];
pythonImportsCheck = [ "duotecno" ];
meta = with lib; {
description = "Module to interact with Duotecno IP interfaces";