[Python-modules-commits] [python-neovim] 01/06: Reorder Build-Depends list for clarity
Víctor Cuadrado Juan
viccuad-guest at moszumanska.debian.org
Fri Feb 26 21:57:11 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 38baa728a8d0fb0eef6ef68accad6adb18779b9f
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date: Fri Feb 26 20:54:06 2016 +0100
Reorder Build-Depends list for clarity
---
debian/control | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 033575a..61d51b3 100644
--- a/debian/control
+++ b/debian/control
@@ -10,18 +10,18 @@ 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,
+# dependencies for tests:
+ neovim,
+ dtach,
+ python-nose,
python3-nose
Standards-Version: 3.9.6
Homepage: http://github.com/neovim/python-client
--
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