From f5dc3d88eeb0a8abbfb4e3ac44a064cd06e25722777ca55b344b1bc6114fd0e4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 6 Dec 2020 17:35:23 +0000 Subject: [PATCH] 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 --- python-astroid.changes | 6 ++++++ python-astroid.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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