From b01d5e1e218cc9c6c448db76d216cbe9049290511dd9bf1f1d177d46976d27e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 May 2020 06:45:36 +0000 Subject: [PATCH] - Do not restrict us to new setuptools, we generate stuff even with the older variants OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-attrs?expand=0&rev=27 --- python-attrs.changes | 6 ++++++ python-attrs.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-attrs.changes b/python-attrs.changes index f32789e..5045522 100644 --- a/python-attrs.changes +++ b/python-attrs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 14 06:45:13 UTC 2020 - Tomáš Chvátal + +- Do not restrict us to new setuptools, we generate stuff + even with the older variants + ------------------------------------------------------------------- Mon Oct 21 08:44:11 UTC 2019 - Ondřej Súkup diff --git a/python-attrs.spec b/python-attrs.spec index 9dd5091..13a6fcf 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -1,7 +1,7 @@ # # spec file for package python-attrs # -# 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 @@ -33,7 +33,7 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/hynek/attrs/ Source: https://files.pythonhosted.org/packages/source/a/attrs/attrs-%{version}.tar.gz -BuildRequires: %{python_module setuptools >= 40.6.0} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch