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
epel9
Jonny Heggheim 4 years ago
parent f6e8746b4c
commit 28bc94a510

@ -76,8 +76,7 @@ must be compatible with multiple Python versions or requires experimental types.
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
%{python3_sitelib}/%{srcname}-*.egg-info/ %{python3_sitelib}/%{srcname}-*.egg-info/
%{python3_sitelib}/%{srcname}.py %pycached %{python3_sitelib}/%{srcname}.py
%{python3_sitelib}/__pycache__/*
%changelog %changelog
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.4.3-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.4.3-2

Loading…
Cancel
Save