diff --git a/pkgs/development/python-modules/pyfronius/default.nix b/pkgs/development/python-modules/pyfronius/default.nix index 6787251c8b8e..ef05080a8b77 100644 --- a/pkgs/development/python-modules/pyfronius/default.nix +++ b/pkgs/development/python-modules/pyfronius/default.nix @@ -4,7 +4,6 @@ aiounittest, buildPythonPackage, fetchFromGitHub, - pythonOlder, pytestCheckHook, setuptools, }: @@ -14,8 +13,6 @@ buildPythonPackage rec { version = "0.7.7"; pyproject = true; - disabled = pythonOlder "3.7"; - src = fetchFromGitHub { owner = "nielstron"; repo = "pyfronius";