python312Packages.tinytuya: refactor

- remove superfluous comments
This commit is contained in:
Fabian Affolter 2024-09-03 21:04:44 +02:00
parent 4db578eb9c
commit ab41f66945

View File

@ -1,15 +1,12 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
# build-system
setuptools,
# dependencies
cryptography,
requests,
colorama,
cryptography,
fetchFromGitHub,
pythonOlder,
requests,
setuptools,
}:
buildPythonPackage rec {
@ -17,6 +14,8 @@ buildPythonPackage rec {
version = "1.15.1";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "jasonacox";
repo = "tinytuya";