[Python-modules-commits] [fake-factory] 07/13: Add a build dependency on mock

Christopher Baines cbaines-guest at moszumanska.debian.org
Sun Feb 7 21:14:25 UTC 2016


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

cbaines-guest pushed a commit to branch master
in repository fake-factory.

commit fc947c52f808662b0c000471b2b604beb88d1b04
Author: Christopher Baines <mail at cbaines.net>
Date:   Sat Jan 2 11:46:30 2016 +0000

    Add a build dependency on mock
    
    This is needed for running the tests.
---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index be85476..e0011c8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,8 @@ Build-Depends: dh-python,
                python-all,
                python3-all,
                debhelper (>= 9),
+               python-mock,
+               python3-mock,
 Standards-Version: 3.9.6
 Homepage: http://github.com/joke2k/faker
 

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



More information about the Python-modules-commits mailing list