[Python-modules-commits] r18995 - in packages/requests/trunk/debian (changelog control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed Oct 19 18:59:22 UTC 2011


    Date: Wednesday, October 19, 2011 @ 18:59:21
  Author: eriol-guest
Revision: 18995

Moved python-gevent from Depends field to Recommends field so python-requests can be installed also in ia64 and sparc

Modified:
  packages/requests/trunk/debian/changelog
  packages/requests/trunk/debian/control

Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog	2011-10-19 18:35:38 UTC (rev 18994)
+++ packages/requests/trunk/debian/changelog	2011-10-19 18:59:21 UTC (rev 18995)
@@ -4,8 +4,10 @@
   * debian/control
     - Dropped python-eventlet from Depends field because it's not used
       anymore
+    - Moved python-gevent from Depends field to Recommends field so
+      python-requests can be installed also in ia64 and sparc
 
- -- Daniele Tricoli <eriol at mornie.org>  Tue, 18 Oct 2011 23:46:16 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Wed, 19 Oct 2011 20:49:39 +0200
 
 requests (0.6.1-1) unstable; urgency=low
 

Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control	2011-10-19 18:35:38 UTC (rev 18994)
+++ packages/requests/trunk/debian/control	2011-10-19 18:59:21 UTC (rev 18995)
@@ -13,7 +13,8 @@
 
 Package: python-requests
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-gevent
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: python-gevent
 Description: elegant and simple HTTP library for Python, built for human beings
  Requests allow you to send GET, HEAD, PUT, POST, and DELETE
  HTTP requests. You can add headers, form data, multipart files, and




More information about the Python-modules-commits mailing list