login
Helix Swarm
Helix Swarm
Loading...
jobs
/
SDP-811
SDP-811
C. Thomas Tyler
created this job
3 years ago
, modified by
C. Thomas Tyler
3 years ago
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
0
Status
Open
Project
perforce-software-sdp
Severity
C
Reported By
C. Thomas Tyler
Reported Date
3 years ago
Modified By
C. Thomas Tyler
Modified Date
3 years ago
Owned By
tom_tyler
Component
core-unix
Type
Feature
Log in to comment