Commit fc622b1d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Jérome Perrin

py2/py3: install each python's 2to3.

parent 85fdf601
...@@ -9,3 +9,7 @@ part = python3 ...@@ -9,3 +9,7 @@ part = python3
repository = https://lab.nexedi.com/nexedi/erp5.git repository = https://lab.nexedi.com/nexedi/erp5.git
branch = zope4py3 branch = zope4py3
develop = true develop = true
[template-zope]
link-binary +=
${python3:location}/bin/2to3
[buildout] [buildout]
extends = extends =
../../stack/erp5/buildout.cfg ../../stack/erp5/buildout.cfg
[template-zope]
link-binary +=
${python2.7:location}/bin/2to3
...@@ -271,7 +271,6 @@ link-binary = ...@@ -271,7 +271,6 @@ link-binary =
${poppler:location}/bin/pdfinfo ${poppler:location}/bin/pdfinfo
${poppler:location}/bin/pdftohtml ${poppler:location}/bin/pdftohtml
${poppler:location}/bin/pdftotext ${poppler:location}/bin/pdftotext
${python2.7:location}/bin/2to3
${sed:location}/bin/sed ${sed:location}/bin/sed
${tesseract:location}/bin/tesseract ${tesseract:location}/bin/tesseract
${w3m:location}/bin/w3m ${w3m:location}/bin/w3m
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment