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
awstats
Commits
bd562ed5be0d
Commit
e4f9e528
authored
Jun 08, 2011
by
Arthur Lutz
Browse files
add dependency on raphael cube
parent
4da09acfd398
Changes
2
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
bd562ed5
...
...
@@ -13,8 +13,8 @@ author_email = 'contact@logilab.fr'
description
=
'cubicweb integrated awstats frontend'
web
=
'http://www.cubicweb.org/project/%s'
%
distname
__depends__
=
{
'cubicweb'
:
'>= 3.12.2'
}
__recommends__
=
{}
__depends__
=
{
'cubicweb'
:
'>= 3.12.2'
,
}
__recommends__
=
{
'cubicweb-raphael'
:
None
,
}
from
os
import
listdir
as
_listdir
...
...
debian/control
View file @
bd562ed5
...
...
@@ -9,6 +9,7 @@ Standards-Version: 3.8.0
Package: cubicweb-awstats
Architecture: all
Depends: cubicweb-common (>= 3.12.2)
Recommends: cubicweb-raphael
Description: cubicweb integrated awstats frontend
CubicWeb is a semantic web application framework.
.
...
...
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