python: do not remove pycache for standard library

This commit is contained in:
Leonid Pliushch
2019-11-17 22:34:09 +02:00
parent 6908c2217f
commit b240cda431
2 changed files with 1 additions and 3 deletions

View File

@@ -7,4 +7,5 @@ lib/python${_MAJOR_VERSION}/tkinter
lib/python${_MAJOR_VERSION}/turtle.py
lib/python${_MAJOR_VERSION}/turtledemo
lib/python${_MAJOR_VERSION}/lib-dynload/_tkinter.cpython-${_MAJOR_VERSION/./}m.so
lib/python${_MAJOR_VERSION}/__pycache__/turtle.*.pyc
"