- 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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user