summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristoph Mathys <eraserix@gmail.com>2020-01-03 09:00:48 +0100
committerAndrej Shadura <andrewsh@debian.org>2020-01-03 10:17:51 +0100
commit38f4ec0348677a6108c1fe70d55ddb136295313b (patch)
treede90f9d67d80d08046343c18c9aceb7a7b40c60d /debian/control
parent113d8dfe8e6c0ea2e02ed7d94c005540d6ff4f52 (diff)
Re-enable python2 support
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index d084bc3..5850d32 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,15 @@ Source: mercurial-keyring
Section: python
Priority: optional
Maintainer: Christoph Mathys <eraserix@gmail.com>
-Build-Depends: debhelper-compat (= 12), python3-all, python3-setuptools, dh-python
+Build-Depends: debhelper-compat (= 12), python-all, python-setuptools,
+ python3-all, python3-setuptools, dh-python
Standards-Version: 4.4.1
Homepage: http://pypi.python.org/pypi/mercurial_keyring
Package: mercurial-keyring
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, mercurial, mercurial-extension-utils (>= 1.5.0)
+Depends: ${python:Depends}, ${python3:Depends}, ${misc:Depends}, mercurial,
+ mercurial-extension-utils (>= 1.5.0)
Description: Mercurial Keyring Extension
mercurial_keyring is a Mercurial extension used to securely save HTTP
and SMTP authentication passwords in password databases (GNOME Keyring,