[Python-modules-commits] [python-qtpy] 05/07: Add new install dependency on pyqt5.qtopengl
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Aug 23 15:10:46 UTC 2017
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 dea64e837e5867b343d19f4438fd7711f7fda7f6
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Tue Aug 22 09:33:07 2017 +0100
Add new install dependency on pyqt5.qtopengl
---
debian/control | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/control b/debian/control
index 874df60..24a1448 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,7 @@ Depends: ${misc:Depends},
${python:Depends},
python-pyqt5,
python-pyqt5.qtmultimedia,
+ python-pyqt5.qtopengl,
python-pyqt5.qtsvg,
python-pyqt5.qtwebkit
Description: abtraction layer for PySide/PyQt4/PyQt5 (Python 2)
@@ -42,6 +43,7 @@ Depends: ${misc:Depends},
${python3:Depends},
python3-pyqt5,
python3-pyqt5.qtmultimedia,
+ python3-pyqt5.qtopengl,
python3-pyqt5.qtsvg,
python3-pyqt5.qtwebkit
Description: abtraction layer for PySide/PyQt4/PyQt5 (Python 3)
--
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