]> git.pld-linux.org Git - packages/pylint.git/commitdiff
Revert "python3 build requires python2 version of 2to3"
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 8 May 2014 14:33:23 +0000 (16:33 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 8 May 2014 14:33:23 +0000 (16:33 +0200)
This reverts commit e7910477aedc81c613a340e40f768607947fd5eb.

pylint build will fail without python3-2to3:

>  File "/usr/share/python3.3/distutils/util.py", line 507, in run_2to3
>    from lib2to3.refactor import RefactoringTool, get_fixers_from_package
> ImportError: No module named 'lib2to3'
> error: Bad exit status from /home/users/jacek/tmp/rpm-tmp.73470 (%build)

pylint builds with python3-2to3 and without python-2to3 installed.

Buggy version of python3-distribute was in use?

pylint.spec

index 877bf46ce4e6f566cb41a08bec0d7be436047252..f5d09bcaaa4c98688102a980e2e9980d3f912877 100644 (file)
@@ -21,7 +21,7 @@ BuildRequires:        python-devel
 BuildRequires: python-modules >= 1:2.5
 %endif
 %if %{with python3}
-BuildRequires: python-2to3
+BuildRequires: python3-2to3
 BuildRequires: python3-devel
 BuildRequires: python3-distribute
 BuildRequires: python3-modules >= 1:3.2
This page took 0.153013 seconds and 4 git commands to generate.