From 99d349021aaa3feb52b73dc3980ed11b2e774b7c873a4c499808923fbceac9e8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 13 Oct 2020 19:03:13 +0000 Subject: [PATCH] Accepting request 841587 from home:dimstar:Factory - BuildRequire python-configparser only conditionally when using python-base, aka python2. OBS-URL: https://build.opensuse.org/request/show/841587 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arabic-reshaper?expand=0&rev=9 --- python-arabic-reshaper.changes | 6 ++++++ python-arabic-reshaper.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-arabic-reshaper.changes b/python-arabic-reshaper.changes index 9ecb36b..c726271 100644 --- a/python-arabic-reshaper.changes +++ b/python-arabic-reshaper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 13 15:59:32 UTC 2020 - Dominique Leuenberger + +- BuildRequire python-configparser only conditionally when using + python-base, aka python2. + ------------------------------------------------------------------- Fri Sep 13 12:51:05 UTC 2019 - Tomáš Chvátal diff --git a/python-arabic-reshaper.spec b/python-arabic-reshaper.spec index d3575ac..571cf64 100644 --- a/python-arabic-reshaper.spec +++ b/python-arabic-reshaper.spec @@ -1,7 +1,7 @@ # # spec file for package python-arabic-reshaper # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,8 +28,8 @@ Source: https://github.com/mpcabd/python-arabic-reshaper/archive/v%{vers BuildRequires: %{python_module future} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: python-configparser BuildRequires: python-rpm-macros +BuildRequires: (python-configparser if python-base) Requires: python-future BuildArch: noarch %ifpython2