From 2a1782ea6f84f853d3ed905b6e78129de234dd124c9e0badf7fb313bbe2e9451 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 23 Oct 2020 14:41:39 +0000 Subject: [PATCH] Accepting request 843619 from home:bnavigator:branches:openSUSE:Factory:Staging:N - Use %pycache_only %python_sitelib instead of %python3_sitelib * fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348 OBS-URL: https://build.opensuse.org/request/show/843619 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=84 --- python-six.changes | 6 ++++++ python-six.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-six.changes b/python-six.changes index cf99e45..a320cd4 100644 --- a/python-six.changes +++ b/python-six.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 23 14:35:46 UTC 2020 - Benjamin Greiner + +- Use %pycache_only %python_sitelib instead of %python3_sitelib + * fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348 + ------------------------------------------------------------------- Tue Jun 2 17:11:49 UTC 2020 - Dirk Mueller diff --git a/python-six.spec b/python-six.spec index 4cdd1ca..d2464d1 100644 --- a/python-six.spec +++ b/python-six.spec @@ -103,7 +103,7 @@ fi %license LICENSE %doc README.rst CHANGES %{python_sitelib}/six.py* -%pycache_only %{python3_sitelib}/__pycache__/* +%pycache_only %{python_sitelib}/__pycache__/* %{python_sitelib}/six-%{version}-py*.egg-info %else %files -n python-six-doc