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

[pkg] Bump bootstrap dependency to 0.5.2 (related to #3702377)

parent d20fcc0d4c9e
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
web = 'http://www.cubicweb.org/project/%s' % distname web = 'http://www.cubicweb.org/project/%s' % distname
__depends__ = {'cubicweb': '>= 3.17.2', __depends__ = {'cubicweb': '>= 3.17.2',
'cubicweb-bootstrap': '>= 0.5.0', 'cubicweb-bootstrap': '>= 0.5.2',
} }
__recommends__ = {} __recommends__ = {}
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
BuildRequires: %{python} %{python}-setuptools BuildRequires: %{python} %{python}-setuptools
Requires: cubicweb >= 3.17.2 Requires: cubicweb >= 3.17.2
Requires: cubicweb-bootstrap >= 0.5.0 Requires: cubicweb-bootstrap >= 0.5.2
Requires: python-docutils Requires: python-docutils
%description %description
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
Architecture: all Architecture: all
Depends: Depends:
cubicweb-web (>= 3.17.2), cubicweb-web (>= 3.17.2),
cubicweb-bootstrap (>= 0.5.0), cubicweb-bootstrap (>= 0.5.2),
${misc:Depends}, ${misc:Depends},
${python:Depends} ${python:Depends}
Description: data-centric user interface for cubicweb based on bootstrap 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