zuul-jobs/roles/ensure-python/vars/Suse.yaml
jgilaber 1f3920f6eb Add patch to list of build dependencies
This commit adds the patch package to the list of python build
dependencies for pyenv. This is not always necessary, but some python
versions (for example 3.7.12) require a patch to be applied before
installing and the process fails if the patch package is not installed.

Change-Id: I605fc1c9255e98692a6a901cfc509b7fdb873ae1
2022-02-17 10:16:25 +01:00

13 lines
171 B
YAML

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