SHA256
1
0
forked from pool/python38

- Add conditional for requiring rpm-build-python, so we should be

compilable on SLE/Leap.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=94
This commit is contained in:
Matej Cepl 2022-08-31 21:37:06 +00:00 committed by Git OBS Bridge
parent a384b79efb
commit 825dab796f
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ Wed Aug 31 08:47:57 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Add bpo34990-2038-problem-compileall.patch making compileall.py
compliant with year 2038 (bsc#1202666, gh#python/cpython#79171),
backport of fix to Python 3.8.
- Add conditional for requiring rpm-build-python, so we should be
compilable on SLE/Leap.
-------------------------------------------------------------------
Thu Jul 21 14:19:54 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -175,8 +175,10 @@ BuildRequires: lzma-devel
BuildRequires: netcfg
BuildRequires: openssl-devel
BuildRequires: pkgconfig
%if 0%{?suse_version} >= 1550
# The provider for python(abi) is in rpm-build-python
BuildRequires: rpm-build-python
%endif
BuildRequires: xz
BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(expat)