[Python-modules-commits] r27533 - in packages/python-botocore/trunk/debian (control)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Tue Feb 4 09:26:59 UTC 2014


    Date: Tuesday, February 4, 2014 @ 09:26:58
  Author: takaki
Revision: 27533

add dependency to python-requests

Modified:
  packages/python-botocore/trunk/debian/control

Modified: packages/python-botocore/trunk/debian/control
===================================================================
--- packages/python-botocore/trunk/debian/control	2014-02-04 09:15:51 UTC (rev 27532)
+++ packages/python-botocore/trunk/debian/control	2014-02-04 09:26:58 UTC (rev 27533)
@@ -15,7 +15,7 @@
 
 Package: python-botocore
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, python-requests, ${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.
@@ -24,7 +24,7 @@
 
 Package: python3-botocore
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, python3-requests, ${misc:Depends}
 Description: Low-level, data-driven core of boto 3 (Python 3)
  A low-level interface to a growing number of Amazon Web Services.
  The botocore package is the foundation for AWS-CLI.




More information about the Python-modules-commits mailing list