diff options
author | Colin Watson <cjwatson@debian.org> | 2019-08-03 13:33:14 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-08-03 13:33:14 +0100 |
commit | 528e959145752e8192682da7c1ebf85f95deb7d8 (patch) | |
tree | 9d97ab146715c4f8d317429daaeded65be28f74e /debian/control | |
parent | c0e57836abe9ef24f07c258198283689b51e3613 (diff) |
Run regression tests against the Python 3 version of Twisted Conch
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b09575308..c690df075 100644 --- a/debian/control +++ b/debian/control | |||
@@ -163,7 +163,7 @@ Depends: openssh-client (= ${binary:Version}), | |||
163 | openssh-sftp-server (= ${binary:Version}), | 163 | openssh-sftp-server (= ${binary:Version}), |
164 | openssl, | 164 | openssl, |
165 | putty-tools (>= 0.67-2), | 165 | putty-tools (>= 0.67-2), |
166 | python-twisted-conch (>= 1:15.5.0-1), | 166 | python3-twisted, |
167 | ${misc:Depends}, | 167 | ${misc:Depends}, |
168 | ${shlibs:Depends}, | 168 | ${shlibs:Depends}, |
169 | Description: OpenSSH regression tests | 169 | Description: OpenSSH regression tests |