--- 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__ = ()
--- a/skeleton/migration/precreate.py Fri Sep 25 14:25:46 2009 +0200
+++ b/skeleton/migration/precreate.py Sat Sep 26 11:44:58 2009 +0200
@@ -7,4 +7,4 @@
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
# You could create your own groups here, like in :
-# add_entity('CWGroup', name=u'mygroup')
+# create_entity('CWGroup', name=u'mygroup')