aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2015-05-27 15:11:08 +0000
committerDaniele Tricoli <eriol@mornie.org>2015-05-27 15:11:08 +0000
commit04f8468519885f0d058063b3639241a0b36076e6 (patch)
treeb714e0a8d86b0f2899128a590f6d3abb16873ed9 /debian/control
parent53e244e20aca5646360a6f57e1f7e78622cdf748 (diff)
downloadpython-requests-04f8468519885f0d058063b3639241a0b36076e6.tar
python-requests-04f8468519885f0d058063b3639241a0b36076e6.tar.gz
Add httpie (<< 0.9.2) to python-requests' Breaks since constants
imported by httpie from requests.compat were removed.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index a6b2d11..5f5bf22 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,7 @@ Suggests:
python-ndg-httpsclient,
python-openssl,
python-pyasn1
+Breaks: httpie (<< 0.9.2)
Description: elegant and simple HTTP library for Python2, built for human beings
Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
multipart files, and parameters with simple Python dictionaries, and access