From e7910477aedc81c613a340e40f768607947fd5eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 9 Dec 2013 21:20:56 +0200 Subject: [PATCH] python3 build requires python2 version of 2to3 --- pylint.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylint.spec b/pylint.spec index 1ff73c3..c32683d 100644 --- a/pylint.spec +++ b/pylint.spec @@ -21,7 +21,7 @@ BuildRequires: python-devel BuildRequires: python-modules >= 2.2.1 %endif %if %{with python3} -BuildRequires: python3-2to3 +BuildRequires: python-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute BuildRequires: python3-modules >= 1:3.2 -- 2.44.0