[Python-modules-commits] [betamax] 06/08: Add python{, 3}-requests to Depends

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Jan 3 19:29:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a commit to branch master
in repository betamax.

commit 35a20d2fbfb584224b39c66f3b6e2c9040af9f17
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Sun Jan 3 18:08:59 2016 +0100

    Add python{,3}-requests to Depends
---
 debian/control | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 7269f7e..75f343f 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,10 @@ Homepage: https://github.com/sigmavirus24/betamax
 
 Package: python-betamax
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-requests (>= 2.0)
 Description: VCR imitation designed only for python-requests - Python 2.X
  Betamax records HTTP interactions and replay them allowing fast, deterministic
  and accurate tests and it's designed to be used with python-requests. If
@@ -30,7 +33,10 @@ Description: VCR imitation designed only for python-requests - Python 2.X
 
 Package: python3-betamax
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python3-requests (>= 2.0)
 Description: VCR imitation designed only for python-requests - Python 3.X
  Betamax records HTTP interactions and replay them allowing fast, deterministic
  and accurate tests and it's designed to be used with python-requests. If

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/betamax.git



More information about the Python-modules-commits mailing list