From 91ed62b634c9699fa329f91682ac1aeeb386ec66 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Sat, 19 Jan 2013 07:41:48 +0000 Subject: debian/control - Added python-chardet, python3-chardet to Build-Depends and moved them from Recommends to Depends --- debian/changelog | 3 +++ debian/control | 9 +++++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 008495d..60ff622 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ requests (1.1.0-1) UNRELEASED; urgency=low * New upstream release (Closes: #692602) - Thanks to Barry Warsaw for report + * debian/control + - Added python-chardet, python3-chardet to Build-Depends and moved + them from Recommends to Depends * debian/patches/01_do-not-use-python-certifi.patch - Removed because no longer necessary * debian/patches/02_do-not-use-embedded-python-six.patch diff --git a/debian/control b/debian/control index d30000c..428c815 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,10 @@ Priority: optional Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3), + python-chardet, python-six, python3-all, + python3-chardet, python3-six Standards-Version: 3.9.3 X-Python-Version: >= 2.6 @@ -22,9 +24,9 @@ Depends: ${misc:Depends}, ${python:Depends}, ca-certificates, - python-six -Recommends: + python-six, python-chardet, +Recommends: python-gevent, python-oauthlib Description: elegant and simple HTTP library for Python, built for human beings @@ -52,8 +54,7 @@ Depends: ${misc:Depends}, ${python3:Depends}, ca-certificates, - python3-six -Recommends: + python3-six, python3-chardet Description: elegant and simple HTTP library for Python3, built for human beings Requests allow you to send HTTP/1.1 requests. You can add headers, form data, -- cgit v1.2.3