diff --git a/python-astroid.changes b/python-astroid.changes index db71553..f91df2e 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 5 22:49:26 UTC 2020 - Benjamin Greiner + +- Fix python_sitelib usage for possibly multiple python3 flavors + gh#openSUSE/python-rpm-macros#66 + ------------------------------------------------------------------- Tue Jun 23 16:52:52 UTC 2020 - Matej Cepl diff --git a/python-astroid.spec b/python-astroid.spec index 311ef4f..03e952c 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -76,7 +76,7 @@ objects. %files %{python_files} %license COPYING COPYING.LESSER %doc ChangeLog README.rst -%{python3_sitelib}/astroid/ -%{python3_sitelib}/astroid-*.egg-info +%{python_sitelib}/astroid/ +%{python_sitelib}/astroid-*.egg-info %changelog