[Python-modules-commits] [python-ws4py] 19/20: Build-Depend on nose and mock to run tests
Stein Magnus Jodal
jodal at moszumanska.debian.org
Thu Nov 5 14:59:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
jodal pushed a commit to branch master
in repository python-ws4py.
commit 0c921cdc34ba2336a15ba834f989d5db3773d867
Author: Stein Magnus Jodal <jodal at debian.org>
Date: Thu Nov 5 15:55:00 2015 +0100
Build-Depend on nose and mock to run tests
---
debian/changelog | 3 +++
debian/control | 2 ++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 4753527..7feafd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,12 +13,15 @@ python-ws4py (0.3.4-2) UNRELEASED; urgency=medium
- Build-Depend on
python3-{cherrypy3,gevent,sphinx,sphinxcontrib.seqdiag,tornado} so we
can build docs under Python 3
+ - Build-Depend on python{,3}-nose and python{,3}-mock to run tests
- Run `wrap-and-sort -t -a`
- Update python3-ws4py Suggests to include python3-cherrypy3 which is now
available
* debian/copyright
- Update my email address
- Update copyright for 2015
+ * debian/patches
+ - Add 0001-Fix-tests.patch based on upstream commits
* debian/rules
- Migrate to pybuild
* debian/watch
diff --git a/debian/control b/debian/control
index 97cf32a..e0882b6 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9),
python-all (>= 2.6.6-3~),
python-cherrypy3,
python-gevent,
+ python-mock,
python-nose,
python-setuptools,
python-sphinx,
@@ -15,6 +16,7 @@ Build-Depends: debhelper (>= 9),
python-tornado,
python3-all,
python3-cherrypy3,
+ python3-mock,
python3-nose,
python3-setuptools,
python3-sphinx,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-ws4py.git
More information about the Python-modules-commits
mailing list