python313Packages.google-cloud-dns: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-16 20:58:41 +01:00
committed by GitHub
parent 9bbf5de1a8
commit 931071fb9a
@@ -6,7 +6,6 @@
google-cloud-core,
mock,
pytestCheckHook,
pythonOlder,
setuptools,
}:
@@ -15,8 +14,6 @@ buildPythonPackage rec {
version = "0.36.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_dns";
inherit version;