zuul-jobs/roles/ensure-python/vars/Suse.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

12 lines
161 B
YAML

python_build_depends:
- aria2
- gcc
- libbz2-devel
- libffi-devel
- make
- openssl-devel
- readline-devel
- sqlite3-devel
- tar
- zlib-devel