__pkginfo__.py
changeset 11644 41bd2b316228
parent 11642 3defbb0f147a
child 11646 dc3182d7b37c
--- a/__pkginfo__.py	Thu Oct 23 17:30:15 2014 +0200
+++ b/__pkginfo__.py	Thu Nov 06 22:07:06 2014 +0100
@@ -13,7 +13,11 @@
 description = "Add the 'pyramid' command to cubicweb-ctl"
 web = 'http://www.cubicweb.org/project/%s' % distname
 
-__depends__ = {'cubicweb': '>= 3.19.3', 'wsgicors': '>= 0.3'}
+__depends__ = {
+    'cubicweb': '>= 3.19.3',
+    'wsgicors': '>= 0.3',
+    'pyramid-cubicweb': '>= 0.1.2'
+}
 __recommends__ = {}
 
 classifiers = [