python313Packages.google-cloud-datastore: remove disabled

This commit is contained in:
Fabian Affolter
2025-12-21 21:40:56 +01:00
committed by GitHub
parent 98d559f95c
commit 32184dd73b
@@ -11,7 +11,6 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
@@ -20,8 +19,6 @@ buildPythonPackage rec {
version = "2.23.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_datastore";
inherit version;