Commit ab41f669 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.tinytuya: refactor

- remove superfluous comments
parent 4db578eb
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchFromGitHub,

  # build-system
  setuptools,

  # dependencies
  colorama,
  cryptography,
  fetchFromGitHub,
  pythonOlder,
  requests,
  colorama,
  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";