10 buildPythonPackage rec {
11 pname = "botocore-stubs";
15 disabled = pythonOlder "3.7";
18 pname = "botocore_stubs";
20 hash = "sha256-ZEiLnziQX4pgBBmY+dyUV1QiLZAKM0W0SQWWZ4kMLBc=";
27 propagatedBuildInputs = [
32 pythonImportsCheck = [
37 description = "Type annotations and code completion for botocore";
38 homepage = "https://pypi.org/project/botocore-stubs/";
39 license = licenses.mit;
40 maintainers = with maintainers; [ fab ];