python312Packages.pyduotecno: format with nixfmt
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user