[debian] Move python-unittest2 >= 0.7.0 as runtime dependency
It seems to me that this is not used during Debian package build (tests are
not run), but should be needed at runtime with the cubicweb-dev package.
Also, at the moment, we have no pbuilder setting with this package available
and it blocks the release.
--- a/debian/control Fri Jun 24 15:43:13 2016 +0200
+++ b/debian/control Fri Jun 24 17:18:57 2016 +0200
@@ -11,7 +11,7 @@
python-six (>= 1.4.0),
python-sphinx,
python-logilab-common (>= 1.2.2),
- python-unittest2 (>= 0.7.0),
+ python-unittest2,
python-logilab-mtconverter,
python-markdown,
python-tz,
@@ -207,6 +207,7 @@
cubicweb-server (= ${source:Version}),
cubicweb-web (= ${source:Version}),
cubicweb-twisted (= ${source:Version}),
+ python-unittest2 (>= 0.7.0),
python-pysqlite2
Suggests:
w3c-dtd-xhtml,