autopkgtest: Set %_arch
authorJochen Sprickerhof <jspricke@debian.org>
Sat, 30 Jan 2021 19:38:05 +0000 (20:38 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sun, 31 Jan 2021 12:02:49 +0000 (13:02 +0100)
Seems to be needed on armhf.

Closes: #980256
debian/tests/smoke-rpm

index 257bcf823f17b3c1aa3ce86972101eb5d4f30fd8..b34816098c89730442dc55c13b55a519e69ae476 100755 (executable)
@@ -26,5 +26,6 @@ if python3 -c "import setuptools"; then
                        -D'%__python3 /usr/bin/python3' \
                        -D'%__python /usr/bin/python3' \
                        -D'%python_sitelib %(%{__python3} -Ic "from distutils.sysconfig import get_python_lib; print(get_python_lib())")' \
+                       -D'%_arch noarch' \
                        -bb --nodeps
 fi