From ed4a6bb2770bee89a449b25e27f1d20df0fbc394951c998e219b3d95192e2c7a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 25 Nov 2021 22:24:19 +0000 Subject: [PATCH] Accepting request 933934 from home:mcepl:branches:devel:languages:python - rpm-build-python dependency is available on the current Factory, not with SLE. OBS-URL: https://build.opensuse.org/request/show/933934 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=88 --- python39.changes | 6 ++++++ python39.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python39.changes b/python39.changes index 9edb8b3..c141a30 100644 --- a/python39.changes +++ b/python39.changes @@ -87,6 +87,12 @@ Wed Nov 17 09:49:22 UTC 2021 - Steve Kowalik + bpo-44751: Remove crypt.h include from the public Python.h header. - Drop patch incorrect-deprecation-warn-asyncio.patch, fix included. +------------------------------------------------------------------- +Sat Nov 6 13:45:01 UTC 2021 - Matej Cepl + +- rpm-build-python dependency is available on the current + Factory, not with SLE. + ------------------------------------------------------------------- Sat Oct 30 12:37:34 UTC 2021 - Matej Cepl diff --git a/python39.spec b/python39.spec index 97d2b28..2a098e5 100644 --- a/python39.spec +++ b/python39.spec @@ -159,8 +159,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)