add the __pycache__ directories that python 3.2 now outputs
This commit is contained in:
parent
4246916e5b
commit
1c48b5bb67
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user