python-qt5:fixed import QtCore error

This commit is contained in:
2015-10-10 08:13:38 +03:00
parent 67cd576085
commit 4ee710a011
3 changed files with 65 additions and 16 deletions
@@ -18,6 +18,7 @@
<Dependency>python3-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency versionFrom="4.16.6">python3-sip</Dependency>
<Dependency versionFrom="4.16.6">python-sip</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-connectivity-devel</Dependency>
<Dependency>qt5-declarative-devel</Dependency>
@@ -48,11 +49,11 @@
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/pylupdate5</Path>
<Path fileType="executable">/usr/bin/py2lupdate5</Path>
<Path fileType="executable">/usr/bin/pyrcc5</Path>
<Path fileType="executable">/usr/bin/py2rcc5</Path>
<Path fileType="data">/usr/share/qt5/qsci/api</Path>
<Path fileType="data">/usr/share/sip/PyQt5</Path>
<Path fileType="library">/usr/lib/qt5/plugins/PyQt5/libpyqt5qmlplugin.so</Path>
<Path fileType="library">/usr/lib/qt5/plugins/designer/libpyqt5.so</Path>
<Path fileType="data">/usr/share/sip/PyQt5</Path>
</Files>
</Package>
@@ -74,8 +75,9 @@
<Dependency>qt5-xmlpatterns</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/pyuic5</Path>
<Path fileType="executable">/usr/bin/python2-pyuic5</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages</Path>
<Path fileType="library">/usr/lib/qt5/plugins/PyQt5/libpy2qt5qmlplugin.so</Path>
</Files>
</Package>
@@ -97,8 +99,10 @@
<Dependency>qt5-xmlpatterns</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/py3uic5</Path>
<Path fileType="executable">/usr/bin/pyuic5</Path>
<Path fileType="library">/usr/lib/python3.4/site-packages</Path>
<Path fileType="library">/usr/lib/qt5/plugins/PyQt5/libpyqt5qmlplugin.so</Path>
<Path fileType="library">/usr/lib/qt5/plugins/designer/libpyqt5.so</Path>
</Files>
</Package>