Marcel Telka
2023-02-13 27d67743d68082708171370270ab51a110cea839
transforms/generate-cleanup: drop pyc/pyo files for Python 2.7

1 files modified
2 ■■■■■ changed files
transforms/generate-cleanup 2 ●●●●● patch | view | raw | blame | history
transforms/generate-cleanup
@@ -68,6 +68,8 @@
    path=usr/perl5/.*/\.packlist$ -> drop>
# python support
<transform dir file link hardlink path=usr\/lib\/python2\.7\/.*\.pyc$ -> drop>
<transform dir file link hardlink path=usr\/lib\/python2\.7\/.*\.pyo$ -> drop>
<transform dir file link hardlink path=usr\/lib\/python3\.\d+\/(.*\/)?__pycache__\/ -> drop>
# Drop backports/__init__.py because all supported Python versions are PEP 420
# compliant so this file is no longer needed.