From 0fd8f769b32c53f93b7f243e05b9dba156ea304e Mon Sep 17 00:00:00 2001 From: JiangYu Date: Mon, 30 Nov 2020 04:22:24 +0000 Subject: [PATCH] debian/control: building wheel for cffi(no dependency) This commit fixes Building wheel for cffi (setup.py) ... error: c/_cffi_backend.c:15:10: fatal error: ffi.h: No such file or directory some python packages do not offer precompiled binary packages for aarch64 on PyPI. only happens on non-amd64 arches, so add [!amd64]. Signed-off-by: JiangYu --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 1e22cf91643..4a89172aff9 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,7 @@ Build-Depends: cmake (>= 3.10.2), libcunit1-dev, libcurl4-openssl-dev, libexpat1-dev, +# Make-Check libffi-dev [!amd64], libfuse-dev, libgoogle-perftools-dev [i386 amd64 arm64], # Crimson libgnutls28-dev, -- 2.47.3