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

Comment (by pierre.labastie):

 Trying to build Qt5 new version on my P3 only machine gave an error:
 {{{
 sh: python: command not found
 Building QtQml requires Python.
 }}}
 The following sed allows to build:
 {{{
 find . -name \*.pro -o -name \*.pri | xargs sed -i 's/python/&3/'
 }}}
 Not sure it would work with qtwebengine...

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/11549#comment:53>
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