kumquat-buildroot/package/python-pyqt
Gwenhael Goavec-Merou 348be778ff 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>
2015-05-17 00:08:35 +02:00
..
0001-configure-skip-qtdetail.patch python-pyqt: new package 2015-04-19 19:19:11 +02:00
0002-configure-set-qws.patch python-pyqt: new package 2015-04-19 19:19:11 +02:00
0003-sip-add_qws.patch python-pyqt: new package 2015-04-19 19:19:11 +02:00
0004-sip-QtGuit-hide-qfont-cachestatistics.patch python-pyqt: new package 2015-04-19 19:19:11 +02:00
0005-sip-fix_qws_handle.patch python-pyqt: new package 2015-04-19 19:19:11 +02:00
Config.in python-pyqt: fix PyQt_qreal_double enabling/disabling 2015-04-26 12:13:19 +02:00
python-pyqt.hash python-pyqt: new package 2015-04-19 19:19:11 +02:00
python-pyqt.mk python-pyqt: fix install 2015-05-17 00:08:35 +02:00