Accepting request 853331 from home:bnavigator:branches:devel:languages:python

- Fix python_sitelib usage for possibly multiple python3 flavors
  gh#openSUSE/python-rpm-macros#66

OBS-URL: https://build.opensuse.org/request/show/853331
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=56
This commit is contained in:
Matej Cepl 2020-12-06 17:35:23 +00:00 committed by Git OBS Bridge
parent ba5f783dd0
commit f5dc3d88ee
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 5 22:49:26 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- 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 <mcepl@suse.com> Tue Jun 23 16:52:52 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@ -76,7 +76,7 @@ objects.
%files %{python_files} %files %{python_files}
%license COPYING COPYING.LESSER %license COPYING COPYING.LESSER
%doc ChangeLog README.rst %doc ChangeLog README.rst
%{python3_sitelib}/astroid/ %{python_sitelib}/astroid/
%{python3_sitelib}/astroid-*.egg-info %{python_sitelib}/astroid-*.egg-info
%changelog %changelog