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
postgis
Commits
7df2ffd94423
Commit
357c6710
authored
Nov 04, 2014
by
Florent Cayré
Browse files
[pkg] fix missing dependency to cwtags
parent
3c8346d70426
Changes
2
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
7df2ffd9
...
...
@@ -13,7 +13,9 @@ author_email = 'contact@logilab.fr'
description
=
'Test for postgis'
web
=
'http://www.cubicweb.org/project/%s'
%
distname
__depends__
=
{
'cubicweb'
:
'>= 3.15.1'
}
__depends__
=
{
'cubicweb'
:
'>= 3.15.1'
,
'cwtags'
:
'>= 1.0.0'
,
}
__recommends__
=
{}
...
...
debian/control
View file @
7df2ffd9
...
...
@@ -8,7 +8,7 @@ XS-Python-Version: >= 2.5
Package: cubicweb-postgis
Architecture: all
Depends: cubicweb-common (>= 3.15.1), ${python:Depends}
Depends: cubicweb-common (>= 3.15.1), ${python:Depends}
, python-cwtags (>= 1.0.0)
Description: Cube for GIS data support using PostGIS
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