From f6c6c1ff74895a21e87ae99eec1abfb79d91950e Mon Sep 17 00:00:00 2001 From: ben c Date: Fri, 8 Nov 2013 17:59:49 -0200 Subject: fix python3 depends --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 2ea3de3..1266c05 100644 --- a/debian/control +++ b/debian/control @@ -51,7 +51,7 @@ Package: python3-srp Architecture: any Depends: ${misc:Depends}, - ${python:Depends}, + ${python3:Depends}, ${shlibs:Depends}, ${sphinxdoc:Depends}, libssl1.0.0 @@ -77,3 +77,5 @@ Description: Secure Remote Password protocol implementation the authenticated connection. However, successful authentication does result in a cryptographically strong shared key that can be used for symmetric-key encryption. This package contains the python3 version. + . + This package provides the python 3 version. -- cgit v1.2.3