From ac833b706aba41f8501ec0cb591fdb78a9afb734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Wed, 9 May 2018 12:33:16 +0200 Subject: [PATCH] d/control: Bump required version of python-requests to 2.7.0 (Thanks to Jan Kriho for report) --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ad44dcf7..0b22de91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-botocore (1.10.15+repack-2) UNRELEASED; urgency=medium + + * d/control: Bump required version of python-requests to 2.7.0 + (Thanks to Jan Kriho for report) + + -- Ondřej Nový Wed, 09 May 2018 12:32:23 +0200 + python-botocore (1.10.15+repack-1) unstable; urgency=medium [ Ondřej Nový ] diff --git a/debian/control b/debian/control index c34a046f..41ccedb1 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Vcs-Browser: https://salsa.debian.org/python-team/modules/python-botocore Package: python-botocore Architecture: all -Depends: ${python:Depends}, python-requests, ${misc:Depends} +Depends: ${python:Depends}, python-requests (>= 2.7.0), ${misc:Depends} Description: Low-level, data-driven core of boto 3 (Python 2) A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for AWS-CLI.