[Python-modules-commits] [python-neovim] 03/04: Add missing Build-Depends for tests

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Wed Jan 27 12:02:46 UTC 2016


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

viccuad-guest pushed a commit to branch master
in repository python-neovim.

commit b3dbe1e4e3a755811d88d83eb55bb34169280df5
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Wed Jan 27 12:42:20 2016 +0100

    Add missing Build-Depends for tests
    
    Add neovim and dtach to start testing against a running
    neovim instance.
---
 debian/control | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index dabec13..c2956a2 100644
--- a/debian/control
+++ b/debian/control
@@ -10,13 +10,19 @@ Build-Depends:
  python-setuptools,
  python3-all-dev,
  python3-setuptools,
+# dependencies for tests:
+ neovim,
+ dtach,
 # dependencies for python2:
  python-msgpack (>= 0.4.0),
  python-greenlet,
  cython,
+ python-nose,
+ python-trollius,
 # dependencies for python3:
  python3-msgpack (>= 0.4.0),
- python3-greenlet
+ python3-greenlet,
+ python3-nose
 Standards-Version: 3.9.6
 Homepage: http://github.com/neovim/python-client
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-neovim.git

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



More information about the Python-modules-commits mailing list