Python 3.2 in rawhide need special care of pycache files.
This commit is contained in:
parent
05d7628fb3
commit
35fdcd09e8
@ -104,6 +104,9 @@ rm -rf %{buildroot}
|
|||||||
%{python3_sitelib}/pyparsing*egg-info
|
%{python3_sitelib}/pyparsing*egg-info
|
||||||
%{python3_sitelib}/pyparsing.py*
|
%{python3_sitelib}/pyparsing.py*
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
%if 0%{?fedora} >= 15 && 0%{?with_python3}
|
||||||
|
%{python3_sitelib}/__pycache__/pyparsing*
|
||||||
|
%endif # pycache
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user