skel fixes stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Sat, 26 Sep 2009 11:44:58 +0200
branchstable
changeset 3492 bb520ce86afb
parent 3489 3766d53c607e
child 3493 3e4603678d4e
skel fixes
skeleton/__pkginfo__.py.tmpl
skeleton/migration/precreate.py
--- 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')