Accepting request 1118008 from devel:languages:python
- Do not ship bundled exes OBS-URL: https://build.opensuse.org/request/show/1118008 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools?expand=0&rev=79
This commit is contained in:
commit
7c57cb40ac
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 12:03:15 UTC 2023 - Daniel Garcia Moreno <daniel.garcia@suse.com>
|
||||
|
||||
- Do not ship bundled exes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 22 13:02:46 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
@ -93,6 +93,9 @@ especially ones that have dependencies on other packages.
|
||||
%prep
|
||||
%autosetup -p1 -n setuptools-%{version}
|
||||
|
||||
# Remove bundled exes
|
||||
rm -f setuptools/*.exe
|
||||
|
||||
%build
|
||||
%if ! %{with wheel}
|
||||
%python_build
|
||||
|
Loading…
Reference in New Issue
Block a user