python312Packages.goodwe: refactor

This commit is contained in:
Fabian Affolter 2024-04-10 10:30:32 +02:00
parent 618159404c
commit a91f6fbe05
1 changed files with 4 additions and 5 deletions

View File

@ -26,18 +26,17 @@ buildPythonPackage rec {
--replace-fail "version: file: VERSION" "version = ${version}"
'';
nativeBuildInputs = [
build-system = [
setuptools
];
pythonImportsCheck = [
"goodwe"
];
nativeCheckInputs = [
pytestCheckHook
];
pythonImportsCheck = [
"goodwe"
];
meta = with lib; {
description = "Python library for connecting to GoodWe inverter";