forked from pool/python-setuptools
- add importlib.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=186
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-setuptools
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -36,6 +36,7 @@ Source: https://files.pythonhosted.org/packages/source/s/setuptools/setu
|
||||
Source1: psfl.txt
|
||||
Source2: zpl.txt
|
||||
Patch0: sort-for-reproducibility.patch
|
||||
Patch1: imporlib.patch
|
||||
BuildRequires: %{python_module appdirs}
|
||||
BuildRequires: %{python_module ordered-set}
|
||||
BuildRequires: %{python_module packaging}
|
||||
@@ -87,6 +88,7 @@ especially ones that have dependencies on other packages.
|
||||
%prep
|
||||
%setup -q -n setuptools-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
find . -type f -name "*.orig" -delete
|
||||
|
||||
# fix rpmlint spurious-executable-perm
|
||||
|
Reference in New Issue
Block a user