[Python-modules-commits] [utidylib] 15/16: Add missing dependency

Michal Cihar nijel at moszumanska.debian.org
Thu Jul 7 12:53:44 UTC 2016


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

nijel pushed a commit to branch master
in repository utidylib.

commit bda295b3538194d3f27be09d2a3a1d10a3897272
Author: Michal Čihař <michal at cihar.com>
Date:   Thu Jul 7 14:51:25 2016 +0200

    Add missing dependency
    
    Signed-off-by: Michal Čihař <michal at cihar.com>
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 0154f60..7eae447 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
     debhelper (>= 9), 
     dh-python, 
     libtidy5,
+    python-six,
     python-setuptools
 Build-Depends-Indep: python-all (>= 2.6.6-3)
 Standards-Version: 3.9.8
@@ -16,7 +17,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/utidylib.gi
 
 Package: python-utidylib
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, libtidy5 | libtidy-0.99-0 (>= 20051018)
+Depends: ${python:Depends}, ${misc:Depends}, python-six, libtidy5 | libtidy-0.99-0 (>= 20051018)
 Provides: ${python:Provides}
 Breaks: ${python:Breaks}
 Description: Python wrapper for TidyLib

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



More information about the Python-modules-commits mailing list