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:
Mohammed Naser
2020-05-09 14:12:50 -04:00
committed by Monty Taylor
parent 1e72ab0a13
commit 3fc4f44958
4 changed files with 8 additions and 4 deletions

View File

@@ -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

View File

@@ -1 +1,2 @@
python_build_depends: [] python_build_depends:
- virtual/libffi

View File

@@ -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

View File

@@ -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