python312Packages.pyduotecno: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-05 21:17:45 +02:00
parent 7f01c4c68c
commit c7eec0a250

View File

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