14
0
forked from pool/python-pyglet

Accepting request 577033 from home:TheBlackCat:branches:devel:languages:python

- Remove "noisy" example.  It can't be used for commercial purposes

OBS-URL: https://build.opensuse.org/request/show/577033
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=15
This commit is contained in:
Todd R
2018-02-15 14:06:06 +00:00
committed by Git OBS Bridge
parent 3d90d46b06
commit 7da4b6987e
2 changed files with 7 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ developing games and other visually-rich applications.
%prep
%setup -q -n pyglet-%{version}
%patch0
# Can't be used for commercial purposes
rm -r examples/noisy/
# Convert to unix line end
find -name "*.py" -exec dos2unix "{}" "+"