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