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

python313Packages.google-cloud-translate: remove disabled

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

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

  disabled = pythonOlder "3.7";

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