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
This commit is contained in:
Tomáš Chvátal 2019-04-04 12:32:51 +00:00 committed by Git OBS Bridge
parent c71c9dd75f
commit 9e6b06c5b2
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 4 12:22:48 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove Windows executables
-------------------------------------------------------------------
Mon Mar 25 11:31:30 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

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