python313Packages.botocore-stubs: renove disabled

This commit is contained in:
Fabian Affolter
2025-10-29 22:26:09 +01:00
parent bbeb7e3dbc
commit f9532041a0
@@ -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;