diff options
author | Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> | 2015-05-05 16:33:53 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-05-17 00:08:35 +0200 |
commit | 348be778ff683491e99d00a5c235110fbec05584 (patch) | |
tree | 08c4d7f57cbc27b72982382b73a67561acf3bf6d /package/libxml-parser-perl | |
parent | d4171c5192e44f2733ccd217222680e597e6397d (diff) | |
download | buildroot-348be778ff683491e99d00a5c235110fbec05584.tar.gz buildroot-348be778ff683491e99d00a5c235110fbec05584.zip |
python-pyqt: fix install
PyQt4 provides two version for some py files: one for python2.x and one for
python3.x. This two versions are installed in TARGET_DIR.
After installing files, python is used to generate all .pyc files, but fails
like :
class ProxyBase(metaclass=ProxyMetaclass):
^
SyntaxError: invalid syntax
This is not a package build failure and this fix is only cosmetic.
This patch suppress directory for not targeted python version.
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libxml-parser-perl')
0 files changed, 0 insertions, 0 deletions