11 buildPythonPackage rec {
13 version = "1.31.57"; # N.B: if you change this, change boto3 and awscli to a matching version
14 format = "setuptools";
17 inherit pname version;
18 hash = "sha256-MBQ2F0Y1vsc5siW4QPw2XKAOXBpj5bKhnuZ50gTgG3g=";
21 propagatedBuildInputs = [
33 # Integration tests require networking
36 # Disable slow tests (only run unit tests)
40 pythonImportsCheck = [
45 homepage = "https://github.com/boto/botocore";
46 changelog = "https://github.com/boto/botocore/blob/${version}/CHANGELOG.rst";
47 license = licenses.asl20;
48 description = "A low-level interface to a growing number of Amazon Web Services";
49 maintainers = with maintainers; [ anthonyroussel ];