- 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
This commit is contained in:
parent
eb7296ebbf
commit
b01d5e1e21
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 06:45:13 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- 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 <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user