#11549: Review dependencies on Python 2
-----------------------------+-----------------------------
 Reporter:  pierre.labastie  |       Owner:  allblfseditors
     Type:  enhancement      |      Status:  new
 Priority:  normal           |   Milestone:  hold
Component:  BOOK             |     Version:  SVN
 Severity:  normal           |  Resolution:
 Keywords:  Python 2         |
-----------------------------+-----------------------------

Comment (by pierre.labastie):

 - vim can use python3: it needs ''--enable-python3interp=dynamic",
 otherwise, the tests have segmentation faults. Do not advertise python2
 anymore.
 - brotli can use python3: do not advertise python2.
 - for libxml2, the python2 binding is built at another place: remove
 dependency on P2.
 - talloc does not accept python2 anymore: when calling configure with
 PYTHON=python2, I get:
 {{{
 Checking for program 'python3'       : python2
 Checking for program 'python'        : python2
 Checking for program 'python3'       : /usr/bin/python3
 Checking for python version >= 3.6.0 : 2.7.18
 The python version is too old, expecting (3, 6, 0)
 }}}

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/11549#comment:112>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to