summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2017-03-10 15:57:42 +0100
committerMartin Basti <mbasti@redhat.com>2017-03-13 16:05:25 +0100
commit4514ec150586fb43fa66566cce8a69b3ac15b86c (patch)
treeb980c38f81e519b9d088c1ce0772ed18ad5b8f76
parent98bb5397c535e5e1a6c5ade9f0fb918be1d282c3 (diff)
downloadfreeipa-4514ec150586fb43fa66566cce8a69b3ac15b86c.tar.gz
freeipa-4514ec150586fb43fa66566cce8a69b3ac15b86c.tar.xz
freeipa-4514ec150586fb43fa66566cce8a69b3ac15b86c.zip
pylint: bump dependency to version >= 1.6
Older pylint versions produces false positive errors Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
-rw-r--r--freeipa.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 6eb00ee5a..edffa6b2b 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -147,7 +147,7 @@ BuildRequires: python-setuptools
# 1.4: the version where Certificate.serial changed to .serial_number
BuildRequires: python-cryptography >= 1.4
BuildRequires: python-gssapi >= 1.2.0
-BuildRequires: pylint >= 1.0
+BuildRequires: pylint >= 1.6
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1096506
BuildRequires: python2-polib
BuildRequires: python-libipa_hbac
@@ -183,7 +183,7 @@ BuildRequires: python3-setuptools
# 1.4: the version where Certificate.serial changed to .serial_number
BuildRequires: python3-cryptography >= 1.4
BuildRequires: python3-gssapi >= 1.2.0
-BuildRequires: python3-pylint >= 1.0
+BuildRequires: python3-pylint >= 1.6
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1096506
BuildRequires: python3-polib
BuildRequires: python3-libipa_hbac