[Python-modules-commits] [python-qtpy] 06/08: d/control: only support the PyQt5 backend, to avoid unintended mixup.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Mar 24 18:43:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository python-qtpy.
commit 09b72a1ff9fbcdfb41e181d863f81079ee3b1b26
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Mar 24 17:41:52 2016 +0000
d/control: only support the PyQt5 backend, to avoid unintended mixup.
---
debian/control | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 93c8b07..59666e8 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,9 @@ Package: python-qtpy
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
- python-pyqt5 | python-qt4 | python-pyside
+ python-pyqt5,
+ python-pyqt5.qtsvg,
+ python-pyqt5.qtwebkit
Description: abtraction layer for PySide/PyQt4/PyQt5 (Python 2)
QtPy (pronounced 'cutie pie') is a small abstraction layer that lets you
write applications using a single API call to either PyQt or PySide. QtPy
@@ -44,7 +46,9 @@ Package: python3-qtpy
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
- python3-pyqt5 | python3-pyqt4 | python3-pyside
+ python3-pyqt5,
+ python3-pyqt5.qtsvg,
+ python3-pyqt5.qtwebkit
Description: abtraction layer for PySide/PyQt4/PyQt5 (Python 3)
QtPy (pronounced 'cutie pie') is a small abstraction layer that lets you
write applications using a single API call to either PyQt or PySide. QtPy
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qtpy.git
More information about the Python-modules-commits
mailing list