SDP-811

tom_tyler (C. Thomas Tyler)
C. Thomas Tyler created this job , modified by C. Thomas Tyler
Open
Eliminate Python2 dependency in SDP.

Mostly that means changing the shebang line of scripts from:
#!/usr/bin/env python

to:

#!/usr/bin/env python3

The scripts in /p4/common/bin/triggers already work with
Python3.  Others can be converted, perhaps with the 2to3
conversion tool if needed.

See also:
SDP-765 (Feature): Upgrade p4review2.py to work with Python 3.
https://swarm.workshop.perforce.com/jobs/SDP-765

The Helix Installer deploys with the perforce-p4python3 package,
which includes Python3 and P4Python.  That is sufficient for
all our needs; we have no need for Python2.
  • Details
  • Comments -
Status
Open
Project
perforce-software-sdp
Severity
C
Reported By
C. Thomas Tyler
Reported Date
Modified By
C. Thomas Tyler
Modified Date
Owned By
tom_tyler
Component
core-unix
Type
Feature