]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/control: building wheel for cffi(no dependency) 38327/head
authorJiangYu <lnsyyj@hotmail.com>
Mon, 30 Nov 2020 04:22:24 +0000 (04:22 +0000)
committerJiangYu <lnsyyj@hotmail.com>
Wed, 2 Dec 2020 04:01:16 +0000 (04:01 +0000)
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 <lnsyyj@hotmail.com>
debian/control

index 1e22cf916433e5af33d3fee8f84422e0b4d3c042..4a89172aff9eb85e131a6d5ad0c3c575ac3c5771 100644 (file)
@@ -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,