--- a/cubicweb.spec Mon Mar 20 10:28:01 2017 +0100
+++ b/cubicweb.spec Fri Mar 17 17:31:10 2017 +0100
@@ -22,7 +22,7 @@
Requires: %{python}
Requires: %{python}-six >= 1.4.0
-Requires: %{python}-logilab-common >= 1.2.2
+Requires: %{python}-logilab-common >= 1.4.0
Requires: %{python}-logilab-mtconverter >= 0.8.0
Requires: %{python}-rql >= 0.34.0
Requires: %{python}-yams >= 0.44.0
--- a/debian/control Mon Mar 20 10:28:01 2017 +0100
+++ b/debian/control Fri Mar 17 17:31:10 2017 +0100
@@ -13,7 +13,7 @@
python-six (>= 1.4.0),
python-docutils,
python-sphinx,
- python-logilab-common (>= 1.2.2),
+ python-logilab-common (>= 1.4.0),
python-unittest2 (>= 0.7.0),
python-logilab-mtconverter,
python-markdown,
@@ -41,7 +41,7 @@
${python:Depends},
python-six (>= 1.4.0),
python-logilab-mtconverter (>= 0.8.0),
- python-logilab-common (>= 1.2.2),
+ python-logilab-common (>= 1.4.0),
python-logilab-database (>= 1.15.0),
python-yams (>= 0.44.0),
python-rql (>= 0.34.0),
--- a/requirements/dev.txt Mon Mar 20 10:28:01 2017 +0100
+++ b/requirements/dev.txt Fri Mar 17 17:31:10 2017 +0100
@@ -1,3 +1,2 @@
pytest
-http://hg.logilab.org/master/logilab/common/archive/default.tar.bz2#egg=logilab-common
http://hg.logilab.org/master/yams/archive/default.tar.bz2#egg=yams
--- a/setup.py Mon Mar 20 10:28:01 2017 +0100
+++ b/setup.py Fri Mar 17 17:31:10 2017 +0100
@@ -193,7 +193,7 @@
data_files=data_files,
install_requires=[
'six >= 1.4.0',
- 'logilab-common >= 1.2.2',
+ 'logilab-common >= 1.4.0',
'logilab-mtconverter >= 0.8.0',
'rql >= 0.34.0',
'yams >= 0.44.0',