Opened 6 years ago

Last modified 2 months ago

#11549 closed enhancement

Review dependencies on Python 2 — at Initial Version

Reported by: Pierre Labastie Owned by: blfs-book
Priority: normal Milestone: 12.2
Component: BOOK Version: git
Severity: normal Keywords: Python 2
Cc:

Description

After working on the Python module page and some packages which depend on those module, I've realized that simple tweaks could remove the dependency on Python 2. Sometimes, it is as simple as changing #!/usr/bin/env python to #!/usr/bin/env python3 in some programs, which are otherwise Python 3 compatible. Sometimes, running 2to3 on some specific programs may be required.

This ticket is for showing advances in this respect. It is not expected to be fully completed for 8.4.

Change History (1)

by Pierre Labastie, 6 years ago

Attachment: toto added

List of Packages needing Python 2, with dependency status

Note: See TracTickets for help on using tickets.