python3Packages.py-ocsf-models: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-18 18:02:55 +01:00
committed by GitHub
parent 4fecef2078
commit 38c25ffe12
@@ -7,7 +7,6 @@
poetry-core,
pydantic,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@@ -15,8 +14,6 @@ buildPythonPackage rec {
version = "0.8.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "prowler-cloud";
repo = "py-ocsf-models";