Unverified Commit 03a23227 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.kasa-crypt: remove disabled

Removed the restriction on Python version older than 3.7.
parent 55975041
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
  pytestCheckHook,
  pytest-cov-stub,
  setuptools,
  pythonOlder,
}:

buildPythonPackage rec {
@@ -15,8 +14,6 @@ buildPythonPackage rec {
  version = "1.1.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "bdraco";
    repo = "kasa-crypt";