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

Comment (by bdubbs):

 Just a comment here.  I was upgrading bind and they now need a module
 'ply' for dnssec-keymgr.

 It is easy enough to install ply with 'sudo pip install ply'

 When I did this I got a message:

 DEPRECATION: Python 2.7 will reach the end of its life on January 1st,
 2020. Please upgrade your Python as Python 2.7 won't be maintained after
 that date. A future version of pip will drop support for Python 2.7.

 So this gives some emphasis to trying to minimize python2.

 I also noticed that we have a pip3.7, but not a pip3.  Perhaps we should
 add

 ln -svf pip3.7 /usr/bin/pip3

 when we install python3 in LFS.

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