skeleton/__pkginfo__.py.tmpl
changeset 5163 3079b8345915
parent 5025 2826f5406201
child 5184 955ee1b24756
--- a/skeleton/__pkginfo__.py.tmpl	Wed Apr 07 09:43:50 2010 +0200
+++ b/skeleton/__pkginfo__.py.tmpl	Wed Apr 07 09:45:15 2010 +0200
@@ -40,10 +40,6 @@
 # Note: here, you'll need to add subdirectories if you want
 # them to be included in the debian package
 
-__depends__ = {'cubicweb': '>= 3.6.0'}
-__depends_cubes__ = dict( (x[len('cubicweb-):], v) for x, v in __depends__
-                          if x.startswith('cubicweb-'))
+__depends__ = {'cubicweb': '>= 3.8.0'}
 __recommends__ = {}
-__recommends_cubes__ = dict( (x[len('cubicweb-):], v) for x, v in __recommends__
-                             if x.startswith('cubicweb-'))