python-pyqt: fix install
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Tue, 5 May 2015 14:33:53 +0000 (16:33 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 16 May 2015 22:08:35 +0000 (00:08 +0200)
commit348be778ff683491e99d00a5c235110fbec05584
tree08c4d7f57cbc27b72982382b73a67561acf3bf6d
parentd4171c5192e44f2733ccd217222680e597e6397d
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>
package/python-pyqt/python-pyqt.mk