summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ghedini <ghedo@debian.org>2020-12-31 11:48:56 +0100
committerAlessandro Ghedini <ghedo@debian.org>2020-12-31 13:22:48 +0100
commita2acca15ba5dcd62f2b2a498e4e080e8b75421d0 (patch)
treed0427bff36a328ad8d657b7b5e0c1f86a889f27d
parentda4d7ce78b0746baecec2dc88cfd1d926fd36366 (diff)
Fix cross-build due to python build dependencies
Closes: #969004 Thanks: Helmut Grohne for the patch
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index cd69a7be..531ab4dc 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,8 @@ Build-Depends: debhelper (>= 12),
libssl-dev (>= 1.1),
libtool,
openssh-server <!nocheck>,
- python3:native,
- python3-impacket,
+ python3:native <!nocheck>,
+ python3-impacket <!nocheck>,
quilt,
stunnel4 <!nocheck>,
zlib1g-dev