15
0

- Do not install generic examples directory

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudflare?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2018-09-13 13:27:34 +00:00
committed by Git OBS Bridge
parent 8d8da4ba60
commit 5ada69f4f1
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 13 13:27:18 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Do not install generic examples directory
-------------------------------------------------------------------
Thu Aug 30 09:03:16 UTC 2018 - mcalabkova@suse.com

View File

@@ -50,6 +50,8 @@ Python wrapper for the Cloudflare Client API v4.
%install
%python_install
# remove examples from sitelib
%python_expand rm -rf %{buildroot}%{$python_sitelib}/examples
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}