15
0

- Remove __pycache__ files conflicting with python-opencensus package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opencensus-context?expand=0&rev=4
This commit is contained in:
2020-02-20 10:54:54 +00:00
committed by Git OBS Bridge
parent c1e40ecf8a
commit d0bf5ad79e
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 20 10:54:04 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Remove __pycache__ files conflicting with python-opencensus package
-------------------------------------------------------------------
Tue Feb 18 14:22:46 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -49,7 +49,9 @@ touch tests/__init__.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%{python_expand # delete common files
rm -rf %{buildroot}%{$python_sitelib}/opencensus/__init__.*
rm -rf %{buildroot}%{$python_sitelib}/opencensus/__pycache__
rm -rf %{buildroot}%{$python_sitelib}/opencensus/common/__init__.*
rm -rf %{buildroot}%{$python_sitelib}/opencensus/common/__pycache__
}
%check