1f3920f6eb
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
13 lines
171 B
YAML
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
|