From f9532041a005f2c126752cb6d705ef355b0fa045 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 29 Oct 2025 22:26:09 +0100 Subject: [PATCH] python313Packages.botocore-stubs: renove disabled --- pkgs/development/python-modules/botocore-stubs/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/botocore-stubs/default.nix b/pkgs/development/python-modules/botocore-stubs/default.nix index 00b84d3180eb..3ca25783ed24 100644 --- a/pkgs/development/python-modules/botocore-stubs/default.nix +++ b/pkgs/development/python-modules/botocore-stubs/default.nix @@ -3,7 +3,6 @@ buildPythonPackage, fetchPypi, setuptools, - pythonOlder, types-awscrt, typing-extensions, }: @@ -13,8 +12,6 @@ buildPythonPackage rec { version = "1.40.60"; pyproject = true; - disabled = pythonOlder "3.7"; - src = fetchPypi { pname = "botocore_stubs"; inherit version;