17
0

- Use %pycache_only %python_sitelib instead of %python3_sitelib

fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ordered-set?expand=0&rev=12
This commit is contained in:
2020-10-23 14:43:40 +00:00
committed by Git OBS Bridge
parent 33efbc6039
commit db36a0e03e
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 23 14:43:30 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Use %pycache_only %python_sitelib instead of %python3_sitelib
fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348
-------------------------------------------------------------------
Wed Aug 12 20:31:01 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@@ -79,7 +79,7 @@ cp -r ordered_set.egg-info %{buildroot}%{$python_sitelib}/ordered_set-%{version}
%doc README.md
%{python_sitelib}/%{dir_name}-*
%{python_sitelib}/%{dir_name}.py*
%pycache_only %{python3_sitelib}/__pycache__/%{dir_name}.*
%pycache_only %{python_sitelib}/__pycache__/%{dir_name}.*
%endif
%changelog