FS#65023 - [rox] unneeded python dependency

Attached to Project: Community Packages
Opened by loqs (loqs) - Friday, 03 January 2020, 00:50 GMT
Last edited by Toolybird (Toolybird) - Sunday, 30 April 2023, 08:16 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
rox unneeded python dependency ROX-Filer/src/po/tips.py is never called during build and the file is not shipped.
The output generated by 2to3 is not valid python 3 for example string does not have methods join,split or strip.
So if it were ever called the script would fail.

Additional info:
* rox 2.11-4
This task depends upon

Closed by  Toolybird (Toolybird)
Sunday, 30 April 2023, 08:16 GMT
Reason for closing:  Won't fix
Additional comments about closing:  Pkg was dropped to the AUR Mar '23.
Comment by Eli Schwartz (eschwartz) - Friday, 03 January 2020, 01:19 GMT
  • Field changed: Status (Unconfirmed → Assigned)
Indeed, it's only invoked by the script ROX-Filer/src/po/update-po

Loading...