[Python-modules-commits] r30621 - in packages/pyqt5/trunk/debian (control)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Sun Sep 14 11:51:20 UTC 2014
Date: Sunday, September 14, 2014 @ 11:51:19
Author: mitya57-guest
Revision: 30621
Use right Depends variables
Modified:
packages/pyqt5/trunk/debian/control
Modified: packages/pyqt5/trunk/debian/control
===================================================================
--- packages/pyqt5/trunk/debian/control 2014-09-14 10:55:44 UTC (rev 30620)
+++ packages/pyqt5/trunk/debian/control 2014-09-14 11:51:19 UTC (rev 30621)
@@ -536,7 +536,7 @@
Architecture: any
Depends: python-pyqt5 (= ${binary:Version}),
${misc:Depends},
- ${python2:Depends},
+ ${python:Depends},
${shlibs:Depends}
Description: Python 2 bindings for Enginio library
The Enginio module of PyQt provides Python 3 bindings for the
@@ -636,7 +636,7 @@
Architecture: any
Depends: python-pyqt5 (= ${binary:Version}),
${misc:Depends},
- ${python3:Depends},
+ ${python:Depends},
${shlibs:Depends}
Description: Python bindings for Qt5's WebSockets module
The WebSockets module of PyQt5 provides Python 3 bindings for the
More information about the Python-modules-commits
mailing list