Skip to content
Snippets Groups Projects
Commit ac3b18de23eb authored by Rémi Cardona's avatar Rémi Cardona
Browse files

[pkg] Update dependencies on cubicweb and bootstrap

parent 2249a5a31547
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@
description = 'data-centric user interface for cubicweb based on bootstrap'
web = 'http://www.cubicweb.org/project/%s' % distname
__depends__ = {'cubicweb': '>= 3.17.0',
'cubicweb-bootstrap': '>= 0.4.0',
__depends__ = {'cubicweb': '>= 3.17.2',
'cubicweb-bootstrap': '>= 0.5.0',
}
__recommends__ = {}
......
......@@ -20,8 +20,8 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: %{python} %{python}-setuptools
Requires: cubicweb >= 3.17.0
Requires: cubicweb-bootstrap >= 0.4.0
Requires: cubicweb >= 3.17.2
Requires: cubicweb-bootstrap >= 0.5.0
Requires: python-docutils
%description
......
......@@ -8,9 +8,9 @@
Package: cubicweb-squareui
Architecture: all
Depends:
cubicweb-web (>= 3.17.0),
cubicweb-bootstrap (>= 0.4.0),
Depends:
cubicweb-web (>= 3.17.2),
cubicweb-bootstrap (>= 0.5.0),
${misc:Depends},
${python:Depends}
Description: data-centric user interface for cubicweb based on bootstrap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment