[Python-modules-commits] [python-qtconsole] 02/04: Add the python-pyqt5 dependency (Closes: #844620)
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Sat Dec 3 08:07:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch master
in repository python-qtconsole.
commit e6ef65d64ea014c019ac01ddbb9f37ab6045f611
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Sat Dec 3 08:14:24 2016 +0100
Add the python-pyqt5 dependency (Closes: #844620)
---
debian/control | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index c3b5de7..516e30a 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Description: transitional dummy package for python-qtconsole
Package: python-qtconsole
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: python-pyqt5, python-pyqt5.qtsvg, ${misc:Depends}, ${python:Depends}
Description: Jupyter - Qt console (Python 2)
IPython can be used as a replacement for the standard Python shell,
or it can be used as a complete working environment for scientific
@@ -67,7 +67,10 @@ Description: transitional dummy package for python3-qtconsole
Package: python3-qtconsole
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: python3-pyqt5,
+ python3-pyqt5.qtsvg,
+ ${misc:Depends},
+ ${python3:Depends}
Description: Jupyter - Qt console (Python 3)
IPython can be used as a replacement for the standard Python shell,
or it can be used as a complete working environment for scientific
@@ -112,5 +115,3 @@ Description: Jupyter - Qt console (documentation)
and is embeddable in other Python programs.
.
This package contains the qtconsole library documentation.
-
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qtconsole.git
More information about the Python-modules-commits
mailing list