From 2f1f6ef7044464bd945719976b2595cdf9843238479efa692d136035e85168e2 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 16 Oct 2023 12:07:54 +0000 Subject: [PATCH] - Do not ship bundled exes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=253 --- python-setuptools.changes | 5 +++++ python-setuptools.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-setuptools.changes b/python-setuptools.changes index 32e1f01..7ea3f61 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 16 12:03:15 UTC 2023 - Daniel Garcia Moreno + +- Do not ship bundled exes + ------------------------------------------------------------------- Tue Aug 22 13:02:46 UTC 2023 - Markéta Machová diff --git a/python-setuptools.spec b/python-setuptools.spec index 30fe2fc..f68d620 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -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