pyenv: install libffi-dev
Without this package, you'll get an error similar to this: ModuleNotFoundError: No module named '_ctypes' Change-Id: If1b7b66217a33c9001a20449d695cd91dfa2e3c6
This commit is contained in:
parent
1e72ab0a13
commit
3fc4f44958
@ -2,6 +2,7 @@ python_build_depends:
|
||||
- aria2
|
||||
- gcc
|
||||
- libbz2-dev
|
||||
- libffi-dev
|
||||
- libreadline-dev
|
||||
- libssl-dev
|
||||
- libsqlite3-dev
|
||||
|
@ -1 +1,2 @@
|
||||
python_build_depends: []
|
||||
python_build_depends:
|
||||
- virtual/libffi
|
||||
|
@ -1,6 +1,7 @@
|
||||
python_build_depends:
|
||||
- bzip2-devel
|
||||
- gcc
|
||||
- libffi-devel
|
||||
- make
|
||||
- openssl-devel
|
||||
- readline-devel
|
||||
|
@ -2,6 +2,7 @@ python_build_depends:
|
||||
- aria2
|
||||
- gcc
|
||||
- libbz2-devel
|
||||
- libffi-devel
|
||||
- make
|
||||
- openssl-devel
|
||||
- readline-devel
|
||||
|
Loading…
Reference in New Issue
Block a user