URL: https://github.com/freeipa/freeipa/pull/827 Author: MartinBasti Title: #827: pylint: explicitly depends on python2-pylint Action: opened
PR body: """ F26 defaults to python3 with pylint package, we have to explicitly ask for python2 version of pylint https://pagure.io/freeipa/issue/6986 """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/827/head:pr827 git checkout pr827
From f1e6feb19ef9becf546e2ca69a47decbf85abf75 Mon Sep 17 00:00:00 2001 From: Martin Basti <mba...@redhat.com> Date: Fri, 26 May 2017 22:30:28 +0200 Subject: [PATCH] pylint: explicitly depends on python2-pylint F26 defaults to python3 with pylint package, we have to explicitly ask for python2 version of pylint https://pagure.io/freeipa/issue/6986 --- freeipa.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index 3cb137f3a7..0c6b80372b 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -170,7 +170,7 @@ BuildRequires: samba-python # 1.6: x509.Name.rdns (https://github.com/pyca/cryptography/issues/3199) BuildRequires: python2-cryptography >= 1.6 BuildRequires: python-gssapi >= 1.2.0 -BuildRequires: pylint >= 1.6 +BuildRequires: python2-pylint >= 1.6 # workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1096506 BuildRequires: python2-polib BuildRequires: python-libipa_hbac
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org