- Use %pycache_only %python_sitelib instead of %python3_sitelib

fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=26
This commit is contained in:
Matej Cepl 2020-10-23 14:43:05 +00:00 committed by Git OBS Bridge
parent 7743105ac5
commit 10112c5e96
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 23 14:42:42 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Use %pycache_only %python_sitelib instead of %python3_sitelib
fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348
-------------------------------------------------------------------
Tue Apr 14 10:24:24 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -52,7 +52,7 @@ A markdown parser in pure Python, inspired by marked.
%license LICENSE
%doc CHANGES.rst README.rst
%{python_sitelib}/mistune.py*
%pycache_only %{python3_sitelib}/__pycache__/*
%pycache_only %{python_sitelib}/__pycache__/*
%dir %{python_sitelib}/mistune-%{version}-py*.egg-info
%{python_sitelib}/mistune-%{version}-py*.egg-info/*