[pkg] require logilab-common >= 1.5.2
authorPhilippe Pepiot <philippe.pepiot@logilab.fr>
Wed, 04 Dec 2019 16:12:15 +0100
changeset 12788 6086f3d503a5
parent 12787 be63e0fd43d0
child 12789 a073ebcb6518
[pkg] require logilab-common >= 1.5.2 Followup a902521
debian/control
setup.py
--- a/debian/control	Fri Apr 13 17:28:14 2018 +0200
+++ b/debian/control	Wed Dec 04 16:12:15 2019 +0100
@@ -11,7 +11,7 @@
  python3-setuptools,
  python3-docutils,
  python3-sphinx,
- python3-logilab-common (>= 1.4.0),
+ python3-logilab-common (>= 1.5.2),
  python3-logilab-mtconverter,
  python3-markdown,
  python3-tz,
--- a/setup.py	Fri Apr 13 17:28:14 2018 +0200
+++ b/setup.py	Wed Dec 04 16:12:15 2019 +0100
@@ -63,7 +63,7 @@
     package_data=package_data,
     include_package_data=True,
     install_requires=[
-        'logilab-common >= 1.5.0',
+        'logilab-common >= 1.5.2',
         'logilab-mtconverter >= 0.8.0',
         'rql >= 0.34.0',
         'yams >= 0.45.0',