Accepting request 843620 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/843620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-six?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2020-10-25 17:10:21 +00:00 committed by Git OBS Bridge
commit 3a86294a56
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 23 14:35:46 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- 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 <dmueller@suse.com>

View File

@ -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