Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*pyc files in dist-packages #4131

Closed
benjaoming opened this issue Jul 21, 2015 · 1 comment
Closed

*pyc files in dist-packages #4131

benjaoming opened this issue Jul 21, 2015 · 1 comment
Assignees
Milestone

Comments

@benjaoming
Copy link
Contributor

Haven't investigated this, but it seems that after an upgrade of pip itself, there's now lots of .pyc files in dist-packages/ (auto-populated by pip in setup.py). I tried cleaning them both before building and by adding a clean_pyc() function that runs on the dynamically created dist-packages/ dir. No luck.

It didn't use to be so, for instance here's the output from packaging the deb:

...
dpkg-source: warning: ignoring deletion of file dist-packages/django_js_reverse/js_reverse_settings.pyc
dpkg-source: warning: ignoring deletion of file dist-packages/django_js_reverse/views.pyc
dpkg-source: warning: ignoring deletion of file dist-packages/django_js_reverse/__init__.pyc
dpkg-source: warning: ignoring deletion of file dist-packages/django_js_reverse/models.pyc
dpkg-source: warning: ignoring deletion of file dist-packages/django_js_reverse/management/__init__.pyc
dpkg-source: warning: ignoring deletion of file dist-packages/django_js_reverse/management/commands/collectstatic_js_reverse.pyc
dpkg-source: warning: ignoring deletion of file dist-packages/django_js_reverse/management/commands/__init__.pyc
dpkg-source: warning: ignoring deletion of file dist-packages/django_js_reverse/templatetags/__init__.pyc
@benjaoming benjaoming added this to the 0.14.0 milestone Jul 21, 2015
@benjaoming benjaoming self-assigned this Jul 21, 2015
@benjaoming benjaoming mentioned this issue Jul 21, 2015
5 tasks
benjaoming added a commit to benjaoming/ka-lite that referenced this issue Jul 21, 2015
@benjaoming
Copy link
Contributor Author

Fixed in #4134

@benjaoming benjaoming removed the has PR label Jul 21, 2015
This was referenced Jul 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant