[pkg] remove useless python >= 3.4 dependency
authorJulien Cristau <julien.cristau@logilab.fr>
Fri, 05 Feb 2016 16:49:22 +0100
changeset 11096 05160039f30a
parent 11095 02e88ca3bc23
child 11099 5fdbf6f2db88
[pkg] remove useless python >= 3.4 dependency python is python2 is never >= 3.4.
debian/control
--- a/debian/control	Fri Feb 05 16:32:20 2016 +0100
+++ b/debian/control	Fri Feb 05 16:49:22 2016 +0100
@@ -11,7 +11,7 @@
  python-six (>= 1.4.0),
  python-sphinx,
  python-logilab-common,
- python-unittest2 (>= 0.7.0) | python (>= 3.4),
+ python-unittest2 (>= 0.7.0),
  python-logilab-mtconverter,
  python-markdown,
  python-tz,