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;