From 9e6b06c5b223a01e42e90ac9d87ad81624227997f57913394a0d952f5cd57469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 4 Apr 2019 12:32:51 +0000 Subject: [PATCH] Accepting request 691516 from home:jayvdb:branches:devel:languages:python - Remove Windows executables OBS-URL: https://build.opensuse.org/request/show/691516 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=5 --- python-distlib.changes | 5 +++++ python-distlib.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-distlib.changes b/python-distlib.changes index 798f66b..7bbe56c 100644 --- a/python-distlib.changes +++ b/python-distlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 4 12:22:48 UTC 2019 - John Vandenberg + +- Remove Windows executables + ------------------------------------------------------------------- Mon Mar 25 11:31:30 UTC 2019 - John Vandenberg diff --git a/python-distlib.spec b/python-distlib.spec index 7f75a07..7578846 100644 --- a/python-distlib.spec +++ b/python-distlib.spec @@ -58,6 +58,9 @@ rm tests/test_locators.py tests/test_sysconfig.py # Unused rm distlib/_backport/misc.* +# Unneeded on Linux +rm distlib/*.exe + # However, the tests for shutil fail when not using using provided backport %build