SHA256
1
0
forked from pool/pyenv

Accepting request 1133429 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1133429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pyenv?expand=0&rev=35
This commit is contained in:
Ana Guerrero 2023-12-15 20:50:28 +00:00 committed by Git OBS Bridge
commit 083c629f2a
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