[Python-modules-commits] [python-qtpy] 05/08: d/control: add missing build dependencies on pyqt5.{qtsvg, qtwebkit}.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Mar 24 18:43:02 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 38330ea1bf14e7d45eed44f1c4a4e2b58542b6af
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Mar 24 15:14:49 2016 +0000
d/control: add missing build dependencies on pyqt5.{qtsvg,qtwebkit}.
---
debian/control | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/control b/debian/control
index 5affb9d..93c8b07 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,13 @@ Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-pyqt5,
+ python-pyqt5.qtsvg,
+ python-pyqt5.qtwebkit,
python-setuptools,
python3-all,
python3-pyqt5,
+ python3-pyqt5.qtsvg,
+ python3-pyqt5.qtwebkit,
python3-setuptools
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-qtpy.git
--
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