sip3, python3-sip3 fix deps

This commit is contained in:
ertugerata
2015-09-07 23:47:01 +03:00
parent 2497b14880
commit b11f1a78b5
8 changed files with 164 additions and 8 deletions
@@ -13,7 +13,8 @@
<Description>Qt is a set of C++ libraries and development tools that includes platform independent abstractions for graphical user interfaces, networking, threads, Unicode, regular expressions, SQL databases, SVG, OpenGL, XML, and user and application settings. PyQt implements 440 of these classes as a set of Python modules.</Description>
<BuildDependencies>
<Dependency>dbus-devel</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>dbus-python3</Dependency>
<Dependency>dbus-python-common</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency versionFrom="4.16.6">python3-sip3</Dependency>
<Dependency>qt5-base-devel</Dependency>
@@ -34,6 +35,7 @@
</BuildDependencies>
<Archive sha1sum="ceb5f6e088923beaa9885226a3e677fec089964e" type="targz">mirrors://sourceforge/pyqt/PyQt5/PyQt-5.4.2/PyQt-gpl-5.4.2.tar.gz</Archive>
</Source>
<Package>
<Name>python3-qt5-common</Name>
<Summary>Common files shared between python-qt5 and python3-qt5</Summary>
@@ -48,11 +50,13 @@
<Path fileType="data">/usr/share/sip/PyQt5</Path>
</Files>
</Package>
<Package>
<Name>python3-qt5</Name>
<Summary>A set of Python 3.x bindings for the Qt 5.x Toolkit</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>dbus</Dependency>
<Dependency>python3</Dependency>
<Dependency release="current">python3-qt5-common</Dependency>
<Dependency>qt5-base</Dependency>
@@ -70,6 +74,7 @@
<Path fileType="library">/usr/lib/qt5/plugins</Path>
</Files>
</Package>
<Package>
<Name>python3-qt5-docs</Name>
<Summary>Documentation for python-qt5 bindings</Summary>
@@ -80,11 +85,12 @@
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2015-06-14</Date>
<Date>2015-09-07</Date>
<Version>5.4.2</Version>
<Comment>First release</Comment>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>