FS#70560 - [python-cx-freeze] missing patchelf dependency

Attached to Project: Community Packages
Opened by bartus (bartus) - Friday, 23 April 2021, 17:30 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 09 May 2023, 06:52 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

`cx_freeze:6` requires `patchelf` on linux: https://cx-freeze.readthedocs.io/en/latest/installation.html#requirement-for-linux
Without it fails with:
```
File "/usr/lib/python3.9/site-packages/cx_Freeze/patchelf.py", line 52, in _verify_patchelf raise ValueError("Cannot find required utility `patchelf` in PATH") ValueError: Cannot find required utility `patchelf` in PATH
```
This task depends upon

Closed by  Toolybird (Toolybird)
Tuesday, 09 May 2023, 06:52 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-cx-freeze 6.8.1-1

Loading...