From bca78e5e285af7f1165e781c09ee9fea986a860aec2e0df1a09ba6b0cc0b728c Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Fri, 26 Feb 2021 11:17:52 +0000 Subject: [PATCH] Accepting request 875345 from home:alarrosa:branches:devel:languages:python - Do not build the python36 flavor on TW since numpy is a build dependency and it doesn't support python 3.6 anymore. OBS-URL: https://build.opensuse.org/request/show/875345 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=16 --- python-SoundCard.changes | 6 ++++++ python-SoundCard.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/python-SoundCard.changes b/python-SoundCard.changes index 6eb8f25..a24d86b 100644 --- a/python-SoundCard.changes +++ b/python-SoundCard.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 26 11:08:45 UTC 2021 - Antonio Larrosa + +- Do not build the python36 flavor on TW since numpy is a build + dependency and it doesn't support python 3.6 anymore. + ------------------------------------------------------------------- Thu Feb 25 11:38:10 UTC 2021 - Antonio Larrosa diff --git a/python-SoundCard.spec b/python-SoundCard.spec index 544abe1..07da7a6 100644 --- a/python-SoundCard.spec +++ b/python-SoundCard.spec @@ -18,6 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%if 0%{suse_version} >= 1550 +%define skip_python36 1 +%endif Name: python-SoundCard Version: 0.4.0 Release: 0