15
0

Accepting request 760352 from devel:languages:python

- Do not install examples in site-packages/examples to avoid conflicts

OBS-URL: https://build.opensuse.org/request/show/760352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Arpeggio?expand=0&rev=8
This commit is contained in:
2020-01-04 18:20:10 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 2 07:31:39 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Do not install examples in site-packages/examples to avoid conflicts
-------------------------------------------------------------------
Sun Oct 6 17:57:05 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Arpeggio
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -50,6 +50,8 @@ Arpeggio) see textX
%install
%python_install
# do not install examples in generic folder, not needed really
%python_expand rm -r %{buildroot}%{$python_sitelib}/examples
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check