forked from pool/python-opencensus-context
- 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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user