diff --git a/python-ordered-set.changes b/python-ordered-set.changes index e3aad53..9ee3bbc 100644 --- a/python-ordered-set.changes +++ b/python-ordered-set.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 23 14:43:30 UTC 2020 - Matej Cepl + +- 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 diff --git a/python-ordered-set.spec b/python-ordered-set.spec index 6aae29c..26df815 100644 --- a/python-ordered-set.spec +++ b/python-ordered-set.spec @@ -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