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