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

fix issues with astroid and pylint dpkg packages #63

Closed
joachimmetz opened this issue Mar 29, 2016 · 2 comments
Closed

fix issues with astroid and pylint dpkg packages #63

joachimmetz opened this issue Mar 29, 2016 · 2 comments
Assignees
Labels

Comments

@joachimmetz
Copy link
Member

Reported by @Onager

Setting up python-astroid (1.4.4-2ppa1~wily) ...
  File "/usr/lib/python2.7/dist-packages/astroid/tests/testdata/python3/data/module2.py", line 100
    print('bonjour', file=stream)
                         ^
SyntaxError: invalid syntax

dpkg: error processing package python-astroid (--configure):
 subprocess installed post-installation script returned error exit status 101
dpkg: dependency problems prevent configuration of python-pylint:
 python-pylint depends on python-astroid; however:
  Package python-astroid is not configured yet.

Work-around

.PHONY: override_dh_python2
override_dh_python2:
    dh_python2 -V 2.7 setup.py
@joachimmetz joachimmetz changed the title fix issues with fix issues with astroid and pylint dpkg packages Mar 29, 2016
@joachimmetz joachimmetz self-assigned this Mar 29, 2016
@joachimmetz joachimmetz mentioned this issue Aug 4, 2016
9 tasks
@joachimmetz
Copy link
Member Author

@joachimmetz
Copy link
Member Author

Issue merged into #83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant