From: Ximin Luo Date: Fri, 27 Jul 2018 12:44:41 +0000 (-0700) Subject: Fix python3 build-dep for cross-compile, multi-arch:allowed needs :native annotation... X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~41 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=72607be5279930c843745dba0dfc394c643a0b3d;p=cargo.git Fix python3 build-dep for cross-compile, multi-arch:allowed needs :native annotation here --- diff --git a/debian/control b/debian/control index 2fadf3a89..199ee53df 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 9.20141010), pkg-config, cmake, bash-completion, - python3, + python3:native, libcurl4-gnutls-dev | libcurl4-openssl-dev, libssh2-1-dev, libgit2-dev (>= 0.25.1.0),