summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulien Jehannet <julien.jehannet@logilab.fr>2010-10-07 11:49:27 +0200
committerJulien Jehannet <julien.jehannet@logilab.fr>2010-10-07 11:49:27 +0200
commit58ada9c399bdb7a73eda898a183a35dc84200627 (patch)
treee0a18e0696d6e02b6f7fd80b1fc5f2646c0a69bb /debian
parent7732d16810d74c86bee713eb9cb509a2ce81581d (diff)
downloadlogilab-common-58ada9c399bdb7a73eda898a183a35dc84200627.tar.gz
[debian] move python-unittest2 to Suggests
Explanation by Sandro Tosi: ?Suggests - list the package that activate some really minor package features. given a test suite is quite unlikely that it's something users are going to run quite a lot, I'd go with a Suggests.? Clearly, a better solution for our base framework.
Diffstat (limited to 'debian')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index d59ab79..7dcf50c 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,8 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/logilab-commo
Package: python-logilab-common
Architecture: all
Provides: ${python:Provides}
-Depends: ${python:Depends}, ${misc:Depends}, python-unittest2
+Depends: ${python:Depends}, ${misc:Depends}
+Suggests: pyro, python-unittest2
Recommends: python-egenix-mxdatetime
Conflicts: python-constraint ( <= 0.3.0-4), python-logilab-astng ( <= 0.16.0-1), pylint ( << 0.11.0-1), devtools ( <= 0.9.0-1), logilab-doctools ( <= 0.1.6-4), python-logilab-aspects ( <= 0.1.4-2), python2.3-logilab-common, python2.4-logilab-common, cubicweb-server ( << 3.6.0-1)
Description: useful miscellaneous modules used by Logilab projects