Unverified Commit 4a3f0953 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.google-cloud-dataproc: remove disabled

parent db4d40b5
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
  protobuf,
  pytestCheckHook,
  pytest-asyncio,
  pythonOlder,
  setuptools,
}:

@@ -19,8 +18,6 @@ buildPythonPackage rec {
  version = "5.23.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    pname = "google_cloud_dataproc";
    inherit version;