[Python-modules-commits] [taskw] 01/01: add python-six to Build-Depends
Edward Betts
edward at moszumanska.debian.org
Sat Nov 21 14:10:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
edward pushed a commit to branch master
in repository taskw.
commit 059f33136f3fced43ef531d377dec14458fbac84
Author: Edward Betts <edward at 4angle.com>
Date: Sat Nov 21 14:10:32 2015 +0000
add python-six to Build-Depends
---
debian/control | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 7f554e0..427a6f4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,11 @@ Build-Depends: debhelper (>= 9),
python-all (>= 2.6.6-3),
python-nose,
python-setuptools (>= 0.6b3),
+ python-six,
python3-all,
python3-nose,
- python3-setuptools
+ python3-setuptools,
+ python3-six
Standards-Version: 3.9.6
Homepage: http://github.com/ralphbean/taskw
Vcs-Git: git://anonscm.debian.org/python-modules/packages/taskw.git
@@ -17,7 +19,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/taskw.git
Package: python-taskw
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, taskwarrior
+Depends: taskwarrior, ${misc:Depends}, ${python:Depends}
Description: Python bindings for your taskwarrior database
This is a python API for the `taskwarrior <http://taskwarrior.org>`_ command
line tool.
@@ -32,7 +34,7 @@ Description: Python bindings for your taskwarrior database
Package: python3-taskw
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, taskwarrior
+Depends: taskwarrior, ${misc:Depends}, ${python3:Depends}
Description: Python bindings for your taskwarrior database (Python 3 version)
This is a python API for the `taskwarrior <http://taskwarrior.org>`_ command
line tool.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/taskw.git
More information about the Python-modules-commits
mailing list