[python-dtcwt] 481/497: d/control: add idep on pyopencl
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.
commit 4897539a17af80e90dc1fbd346e9e7e4b64cdf84
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Tue Jul 21 12:19:10 2015 +0100
d/control: add idep on pyopencl
---
debian/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index cf49fb7..811a1cb 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,8 @@ Package: python-dtcwt
Section: python
Architecture: all
Depends: ${misc:Depends},
- ${python:Depends}
+ ${python:Depends},
+ python-pyopencl
Description: Python port of the Dual-Tree Complex Wavelet Transform (Python 2)
This library provides support for computing 1D, 2D and 3D dual-tree complex
wavelet transforms and their inverse in Python.
@@ -37,7 +38,8 @@ Package: python3-dtcwt
Section: python
Architecture: all
Depends: ${misc:Depends},
- ${python3:Depends}
+ ${python3:Depends},
+ python3-pyopencl
Description: Python port of the Dual-Tree Complex Wavelet Transform (Python 3)
This library provides support for computing 1D, 2D and 3D dual-tree complex
wavelet transforms and their inverse in Python.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git
More information about the debian-science-commits
mailing list