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:
committed by
Monty Taylor
parent
1e72ab0a13
commit
3fc4f44958
@@ -2,6 +2,7 @@ python_build_depends:
|
|||||||
- aria2
|
- aria2
|
||||||
- gcc
|
- gcc
|
||||||
- libbz2-dev
|
- libbz2-dev
|
||||||
|
- libffi-dev
|
||||||
- libreadline-dev
|
- libreadline-dev
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- libsqlite3-dev
|
- libsqlite3-dev
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
python_build_depends: []
|
python_build_depends:
|
||||||
|
- virtual/libffi
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
python_build_depends:
|
python_build_depends:
|
||||||
- bzip2-devel
|
- bzip2-devel
|
||||||
- gcc
|
- gcc
|
||||||
|
- libffi-devel
|
||||||
- make
|
- make
|
||||||
- openssl-devel
|
- openssl-devel
|
||||||
- readline-devel
|
- readline-devel
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ python_build_depends:
|
|||||||
- aria2
|
- aria2
|
||||||
- gcc
|
- gcc
|
||||||
- libbz2-devel
|
- libbz2-devel
|
||||||
|
- libffi-devel
|
||||||
- make
|
- make
|
||||||
- openssl-devel
|
- openssl-devel
|
||||||
- readline-devel
|
- readline-devel
|
||||||
|
|||||||
Reference in New Issue
Block a user