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:
parent
a384b79efb
commit
825dab796f
@ -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
|
- Add bpo34990-2038-problem-compileall.patch making compileall.py
|
||||||
compliant with year 2038 (bsc#1202666, gh#python/cpython#79171),
|
compliant with year 2038 (bsc#1202666, gh#python/cpython#79171),
|
||||||
backport of fix to Python 3.8.
|
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>
|
Thu Jul 21 14:19:54 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
@ -175,8 +175,10 @@ BuildRequires: lzma-devel
|
|||||||
BuildRequires: netcfg
|
BuildRequires: netcfg
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
# The provider for python(abi) is in rpm-build-python
|
# The provider for python(abi) is in rpm-build-python
|
||||||
BuildRequires: rpm-build-python
|
BuildRequires: rpm-build-python
|
||||||
|
%endif
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(bzip2)
|
BuildRequires: pkgconfig(bzip2)
|
||||||
BuildRequires: pkgconfig(expat)
|
BuildRequires: pkgconfig(expat)
|
||||||
|
Loading…
Reference in New Issue
Block a user