FS#66222 - [python] support for libffi-3.3

Attached to Project: Arch Linux
Opened by Daniel Zhou (dancju) - Sunday, 12 April 2020, 07:15 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 12 April 2020, 07:18 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

* python 3.6.10
* libffi 3.3

Python support libffi-3.2 but does not support libffi-3.3

Steps to reproduce:

Running `import ctypes` in python gives

```
ImportError: libffi.so.6: cannot open shared object file: No such file or directory
```

Installing the AUR package libffi6 could solve this problem, but maybe it is better to make Python to support this later version of libffi.
This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 12 April 2020, 07:18 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Partial updates are not supported

Loading...