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
12 lines
158 B
YAML
12 lines
158 B
YAML
python_build_depends:
|
|
- aria2
|
|
- gcc
|
|
- libbz2-dev
|
|
- libffi-dev
|
|
- libreadline-dev
|
|
- libssl-dev
|
|
- libsqlite3-dev
|
|
- make
|
|
- zlib1g-dev
|
|
- patch
|