[Python-modules-commits] [wlc] 01/01: Remove not needed dependency on six.

Michal Cihar nijel at moszumanska.debian.org
Fri Dec 23 10:39:15 UTC 2016


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

nijel pushed a commit to branch master
in repository wlc.

commit 7b68ad51fe13d6c478e1321b33c4ec96d89abf4f
Author: Michal Čihař <michal at cihar.com>
Date:   Fri Dec 23 11:39:08 2016 +0100

    Remove not needed dependency on six.
---
 debian/changelog | 6 ++++++
 debian/control   | 5 ++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6f03cfe..423a920 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wlc (0.7-2) UNRELEASED; urgency=medium
+
+  * Remove not needed dependency on six.
+
+ -- Michal Čihař <nijel at debian.org>  Fri, 23 Dec 2016 11:38:59 +0100
+
 wlc (0.7-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index df59e2d..2ab3e00 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,7 @@ Build-Depends: debhelper (>= 9), dh-python,
                python3-setuptools,
                python3-pytest,
                python3-httpretty,
-               python3-xdg,
-               python3-six
+               python3-xdg
 Standards-Version: 3.9.8
 Homepage: https://weblate.org/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/wlc.git
@@ -17,7 +16,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/wlc.git
 
 Package: wlc
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-six, python3-xdg
+Depends: ${misc:Depends}, ${python3:Depends}, python3-xdg
 Recommends: ${python3:Recommends}
 Suggests: ${python3:Suggests}
 Provides: python3-wlc

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



More information about the Python-modules-commits mailing list