[Python-modules-commits] [betamax] 07/08: s/${python:Depends}/${python3:Depends}/ in python3-betamax stanzas
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 a0a3de45e9b6c786e14d41bb2bc03c296ecfe888
Author: Daniele Tricoli <eriol at mornie.org>
Date: Sun Jan 3 18:12:09 2016 +0100
s/${python:Depends}/${python3:Depends}/ in python3-betamax stanzas
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 75f343f..00cbcee 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Package: python3-betamax
Architecture: all
Depends:
${misc:Depends},
- ${python:Depends},
+ ${python3: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
--
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