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:
Ana Guerrero 2023-10-16 20:33:01 +00:00 committed by Git OBS Bridge
commit 7c57cb40ac
2 changed files with 8 additions and 0 deletions

View File

@ -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> Tue Aug 22 13:02:46 UTC 2023 - Markéta Machová <mmachova@suse.com>

View File

@ -93,6 +93,9 @@ especially ones that have dependencies on other packages.
%prep %prep
%autosetup -p1 -n setuptools-%{version} %autosetup -p1 -n setuptools-%{version}
# Remove bundled exes
rm -f setuptools/*.exe
%build %build
%if ! %{with wheel} %if ! %{with wheel}
%python_build %python_build