[Python-modules-commits] [pyvisa-py] 01/02: Do not specify version of pyvisa since it may cause trouble later

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Mar 15 22:15:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository pyvisa-py.

commit 310cfea0fc5932d03467d0587ae3d96f5444d162
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Mar 15 23:13:31 2015 +0100

    Do not specify version of pyvisa since it may cause trouble later
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 73047e3..e5ad3b3 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Homepage: https://github.com/hgrecco/pyvisa-py
 
 Package: pyvisa-py
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, pyvisa (>= 1.6)
+Depends: ${misc:Depends}, ${python:Depends}, pyvisa
 Description: Backend that implements a large part of the VISA in pure Python
  PyVISA started as wrapper for the NI-VISA library and therefore you need to
  install National Instruments VISA library in your system. This works most of

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyvisa-py.git



More information about the Python-modules-commits mailing list