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:
parent
ba5f783dd0
commit
f5dc3d88ee
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user