python313Packages.pyfronius: remove disabled

This commit is contained in:
Fabian Affolter
2025-03-08 01:41:46 +01:00
committed by GitHub
parent acfcbc99e5
commit 14b03f89c1
@@ -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";