SHA256
1
0
forked from pool/pyenv

Accepting request 1132699 from home:thomas-schraitle:branches:devel:languages:python

Add further dependencies that are needed to build Python versions when calling "pyenv install".
List taken from https://github.com/pyenv/pyenv/wiki#suggested-build-environment

OBS-URL: https://build.opensuse.org/request/show/1132699
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/pyenv?expand=0&rev=77
This commit is contained in:
Markéta Machová 2023-12-15 12:23:20 +00:00 committed by Git OBS Bridge
parent c708163d57
commit 2cf361c3b3
2 changed files with 32 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Dec 12 11:52:05 UTC 2023 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.3.35
- Add further dependencies that are needed to build Python versions
when calling "pyenv install".
List taken from https://github.com/pyenv/pyenv/wiki#suggested-build-environment
-------------------------------------------------------------------
Fri Dec 8 13:50:18 UTC 2023 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.3.35

View File

@ -27,6 +27,30 @@ Group: Development/Languages/Python
URL: https://github.com/pyenv/pyenv
Source: https://github.com/pyenv/pyenv/archive/refs/tags/v%{version}.tar.gz#/pyenv-%{version}.tar.gz
#
# Additional soft build requirements.
# Use list from https://github.com/pyenv/pyenv/wiki#suggested-build-environment
#
# Once pyenv is installed and user requests a new Python version,
# we need to make sure it will build:
Recommends: automake
Recommends: bzip2
Recommends: findutils
Recommends: gcc
Recommends: gdbm-devel
Recommends: libbz2-devel
Recommends: libffi-devel
Recommends: lzma-sdk-devel
Recommends: ncurses-devel
Recommends: openssl-devel
Recommends: patch
Recommends: readline5-devel
Recommends: sqlite3-devel
Recommends: tcl-devel
Recommends: tk-devel
Recommends: xz
Recommends: xz-devel
Recommends: zlib-devel
#
BuildRequires: bash-completion
BuildRequires: fdupes
BuildRequires: fish