zuul-jobs/roles/ensure-python/vars/Debian.yaml
Mohammed Naser 3fc4f44958 pyenv: install libffi-dev
Without this package, you'll get an error similar to this:

  ModuleNotFoundError: No module named '_ctypes'

Change-Id: If1b7b66217a33c9001a20449d695cd91dfa2e3c6
2020-05-09 14:03:51 -05:00

11 lines
148 B
YAML

python_build_depends:
- aria2
- gcc
- libbz2-dev
- libffi-dev
- libreadline-dev
- libssl-dev
- libsqlite3-dev
- make
- zlib1g-dev