15 buildPythonPackage rec {
17 version = "1.34.58"; # N.B: if you change this, change boto3 and awscli to a matching version
20 disabled = pythonOlder "3.8";
23 inherit pname version;
24 hash = "sha256-11IWlSiG3FE+obXil5pq8I/u0vU34/wQLkoKLq1WOjU=";
36 propagatedBuildInputs = [
48 # Integration tests require networking
51 # Disable slow tests (only run unit tests)
55 pythonImportsCheck = [
59 passthru.optional-dependencies = {
66 description = "A low-level interface to a growing number of Amazon Web Services";
67 homepage = "https://github.com/boto/botocore";
68 changelog = "https://github.com/boto/botocore/blob/${version}/CHANGELOG.rst";
69 license = licenses.asl20;
70 maintainers = with maintainers; [ anthonyroussel ];