python313Packages.google-cloud-org-policy: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-25 13:57:42 +01:00
committed by GitHub
parent 46f9450ed9
commit 0c034bca8c
@@ -7,7 +7,6 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
@@ -16,8 +15,6 @@ buildPythonPackage rec {
version = "1.15.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_org_policy";
inherit version;