python312Packages.python-roborock: refactor

This commit is contained in:
Fabian Affolter 2024-04-09 19:02:46 +02:00
parent c8d738bbb3
commit e99d758c39
1 changed files with 5 additions and 2 deletions

View File

@ -40,8 +40,11 @@ buildPythonPackage rec {
"pycryptodome"
];
nativeBuildInputs = [
build-system = [
poetry-core
];
nativeBuildInputs = [
pythonRelaxDepsHook
];
@ -68,10 +71,10 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library & console tool for controlling Roborock vacuum";
mainProgram = "roborock";
homepage = "https://github.com/humbertogontijo/python-roborock";
changelog = "https://github.com/humbertogontijo/python-roborock/blob/v${version}/CHANGELOG.md";
license = licenses.gpl3Only;
maintainers = with maintainers; [ fab ];
mainProgram = "roborock";
};
}