# HG changeset patch # User Sylvain Thénault # Date 1253958298 -7200 # Node ID bb520ce86afb87ba544d6bb5e42210bc13a834ee # Parent 3766d53c607eec0ab322e30d45659dac516ecb12 skel fixes 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__ = () diff -r 3766d53c607e -r bb520ce86afb skeleton/migration/precreate.py --- 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')