add the __pycache__ directories that python 3.2 now outputs

This commit is contained in:
John (J5) Palmieri 2010-09-28 12:54:37 -04:00
parent 4246916e5b
commit 1c48b5bb67

View File

@ -175,6 +175,9 @@ rm examples/Makefile*
%dir %{python3_sitearch}/gtk-2.0
%{python3_sitearch}/gtk-2.0/*
%{python3_sitearch}/pygtk.*
%{python3_sitearch}/__pycache__/pygtk.cpython-32.*
%{python3_sitearch}/gtk-2.0/__pycache__
%endif # with_python3
%changelog