Daniel Garcia 2023-10-16 12:07:54 +00:00 committed by Git OBS Bridge
parent 09ccd2f885
commit 2f1f6ef704
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>

View File

@ -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