summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben c <ben@futeisha.org>2013-11-08 17:59:49 -0200
committerben c <ben@futeisha.org>2013-11-08 18:22:18 -0200
commitf6c6c1ff74895a21e87ae99eec1abfb79d91950e (patch)
tree035cbc8adb564e8f8e38e4374bf7013fe1650b5a
parent179844e6c314810fb36d556b3bd5973ace6c9b90 (diff)
fix python3 depends
-rw-r--r--debian/control4
1 files changed, 3 insertions, 1 deletions
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.