[Python-modules-commits] [flask-login] 01/08: Correct Build deps so that chroot build succeeds

Carl Suster arcresu-guest at moszumanska.debian.org
Wed Jan 11 03:32:12 UTC 2017


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

arcresu-guest pushed a commit to branch master
in repository flask-login.

commit 7bff25625ffe100ca6c5fcfb39797879e1486300
Author: Carl Suster <carl at contraflo.ws>
Date:   Wed Jan 11 14:04:36 2017 +1100

    Correct Build deps so that chroot build succeeds
    
    Build succeeded with sbuild -A
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 5af8224..8db0c22 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,14 @@ Priority: optional
 Build-Depends:
  debhelper (>= 10),
  dh-python,
- python-flask,
  python-sphinx,
  python3-all,
  python3-blinker,
+ python3-flask,
+ python3-mock,
  python3-nose,
  python3-setuptools,
+ python3-werkzeug,
 Standards-Version: 3.9.8
 Homepage: https://github.com/maxcountryman/flask-login
 X-Python3-Version: >= 3.3

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



More information about the Python-modules-commits mailing list