Unverified Commit 931071fb authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.google-cloud-dns: remove disabled

parent 9bbf5de1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;