diff -r 3766d53c607e -r bb520ce86afb skeleton/__pkginfo__.py.tmpl --- a/skeleton/__pkginfo__.py.tmpl Fri Sep 25 14:25:46 2009 +0200 +++ b/skeleton/__pkginfo__.py.tmpl Sat Sep 26 11:44:58 2009 +0200 @@ -43,8 +43,8 @@ # Note: here, you'll need to add subdirectories if you want # them to be included in the debian package - -cube_eid = None # <=== FIXME if you need direct bug-subscription +__depends_cubes__ = {} +__depends__ = {'cubicweb': '>= 3.5.0'} __use__ = (%(dependancies)s) __recommend__ = ()