]> git.pld-linux.org Git - packages/pylint.git/commit
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)
commit26ceed71f8dfb8cad06f18fb41ddbdce39d27d30
tree0200ddc390d84b027ead47a820e9c07dbe887997
parent59710151e38ed5a26de95895ffc9e71b8859bf58
Revert "python3 build requires python2 version of 2to3"

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
This page took 0.035237 seconds and 4 git commands to generate.