[Python-modules-commits] [keyrings.alt] 03/04: Add dependency on python[3]-six, following upstream.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Mar 27 17:57:01 UTC 2017


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

mitya57 pushed a commit to branch master
in repository keyrings.alt.

commit 022e53af65aa535ad4b7ca17d6bc61e7edcd6d7d
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Mar 27 20:50:19 2017 +0300

    Add dependency on python[3]-six, following upstream.
---
 debian/changelog | 1 +
 debian/control   | 8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5059814..243347c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ keyrings.alt (2.2-1) UNRELEASED; urgency=medium
 
   * New upstream release.
     - Fixes compatibility with python-keyring 10.3.1.
+  * Add dependency on python[3]-six, following upstream.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 27 Mar 2017 20:44:21 +0300
 
diff --git a/debian/control b/debian/control
index 62ac3a7..1398ade 100644
--- a/debian/control
+++ b/debian/control
@@ -16,13 +16,15 @@ Build-Depends: debhelper (>= 9),
                python-pytest,
                python-setuptools,
                python-setuptools-scm (>= 1.15.0),
+               python-six,
                python3-all,
                python3-crypto,
                python3-keyring,
                python3-mock,
                python3-pytest,
                python3-setuptools,
-               python3-setuptools-scm (>= 1.15.0)
+               python3-setuptools-scm (>= 1.15.0),
+               python3-six
 Standards-Version: 3.9.8
 Homepage: https://github.com/jaraco/keyrings.alt
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/keyrings.alt.git
@@ -30,7 +32,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/keyrings.al
 
 Package: python-keyrings.alt
 Architecture: all
-Depends: python-crypto, ${misc:Depends}, ${python:Depends}
+Depends: python-crypto, python-six, ${misc:Depends}, ${python:Depends}
 Suggests: gir1.2-gnomekeyring-1.0,
           python-fs,
           python-gdata,
@@ -50,7 +52,7 @@ Description: alternate backend implementations for python-keyring
 
 Package: python3-keyrings.alt
 Architecture: all
-Depends: python3-crypto, ${misc:Depends}, ${python3:Depends}
+Depends: python3-crypto, python3-six, ${misc:Depends}, ${python3:Depends}
 Suggests: gir1.2-gnomekeyring-1.0, python3-gi, python3-pykde4
 Description: alternate backend implementations for python3-keyring
  The Python keyring library provides an easy way to access the system keyring

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



More information about the Python-modules-commits mailing list