From 4ba3c858e1bf25293691e18e47f35032c91d7dccfc86c478666066ca8150cf2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 8 Aug 2019 10:36:18 +0000 Subject: [PATCH] Accepting request 721714 from home:dancermak:branches:devel:languages:python Add Requires:python-attrs as this is a new dependency OBS-URL: https://build.opensuse.org/request/show/721714 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=26 --- python-packaging.changes | 6 ++++++ python-packaging.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-packaging.changes b/python-packaging.changes index 189e4fb..014b3ad 100644 --- a/python-packaging.changes +++ b/python-packaging.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 8 10:24:07 UTC 2019 - Dan Čermák + +- Add Requires:python-attrs as this is a new dependency + this fixes bsc#1144506 + ------------------------------------------------------------------- Tue Aug 6 04:58:54 UTC 2019 - Thomas Bechtold diff --git a/python-packaging.spec b/python-packaging.spec index 295b61e..cef556c 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -30,6 +30,7 @@ BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros # https://github.com/pypa/packaging/issues/91 +Requires: python-attrs Requires: python-pyparsing >= 2.0.2 Requires: python-six BuildArch: noarch