[python-pyqtgraph] 01/01: Correct python3 dependencies
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Sat Aug 23 09:36:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository python-pyqtgraph.
commit b4e8e091836c32039cac2541381972239469841e
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Sat Aug 23 11:36:18 2014 +0200
Correct python3 dependencies
---
debian/control | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 6f384e8..1151a77 100644
--- a/debian/control
+++ b/debian/control
@@ -27,8 +27,8 @@ Description: Scientific Graphics and GUI Library for Python
Package: python3-pyqtgraph
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-pyside | python3-qt4, python3-scipy, python3-numpy
-Recommends: python3-opengl, python3-qt4-gl
+Depends: ${python3:Depends}, ${misc:Depends}, python3-pyside | python3-pyqt4, python3-scipy, python3-numpy
+Recommends: python3-opengl
Suggests: python-pyqtgraph-doc, python-pyqtgraph-examples
Description: Scientific Graphics and GUI Library for Python
PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy.
@@ -78,8 +78,7 @@ Depends: python3-pyqtgraph, ${python3:Depends}, ${misc:Depends},
python3-numpy,
python3-opengl,
python3-pyside,
- python3-qt4,
- python3-qt4-gl,
+ python3-pyqt4,
python3-scipy,
Description: Scientific Graphics and GUI Library for Python (examples)
PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-pyqtgraph.git
More information about the debian-science-commits
mailing list