Removed include the top-level __pycache__ directory.
Instead the %pycached macro is used. See https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_byte_compiling
This commit is contained in:
parent
f6e8746b4c
commit
28bc94a510
@ -76,8 +76,7 @@ must be compatible with multiple Python versions or requires experimental types.
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python3_sitelib}/%{srcname}-*.egg-info/
|
||||
%{python3_sitelib}/%{srcname}.py
|
||||
%{python3_sitelib}/__pycache__/*
|
||||
%pycached %{python3_sitelib}/%{srcname}.py
|
||||
|
||||
%changelog
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.4.3-2
|
||||
|
Loading…
Reference in New Issue
Block a user