python313Packages.google-cloud-dlp: remove disabled

This commit is contained in:
Fabian Affolter
2025-12-31 10:51:03 +01:00
committed by GitHub
parent c5e09e9708
commit 144308b2cb
@@ -9,7 +9,6 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
@@ -18,8 +17,6 @@ buildPythonPackage rec {
version = "3.33.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_dlp";
inherit version;