Python 3.2 in rawhide need special care of pycache files.

This commit is contained in:
Terje Rsten 2010-10-25 14:51:51 +02:00
parent 05d7628fb3
commit 35fdcd09e8

View File

@ -104,6 +104,9 @@ rm -rf %{buildroot}
%{python3_sitelib}/pyparsing*egg-info
%{python3_sitelib}/pyparsing.py*
%endif # with_python3
%if 0%{?fedora} >= 15 && 0%{?with_python3}
%{python3_sitelib}/__pycache__/pyparsing*
%endif # pycache
%files doc
%defattr(-,root,root,-)