Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
forgotpwd
Commits
d10b2243aec1
Commit
a497f0e4
authored
Jan 22, 2010
by
Charles Hebert
Browse files
fix depends_cube
parent
afa35acf6cca
Changes
1
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
d10b2243
...
...
@@ -45,6 +45,6 @@ for dname in ('entities', 'views', 'sobjects', 'hooks', 'schema', 'data', 'i18n'
__depends_cubes__
=
{
'registration'
:
'>= 0.2.1'
}
__depends__
=
{
'cubicweb'
:
'>= 3.5.0'
}
__use__
=
(
)
__use__
=
tuple
(
__depends_cubes__
)
__recommend__
=
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment