skeleton/__pkginfo__.py.tmpl
branchstable
changeset 3492 bb520ce86afb
parent 3344 699949007fc2
child 4214 91887e8cf50c
--- 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__ = ()