Source: distro-info
Version: 1.13
Tags: patch
User: [email protected]
Usertags: cross-satisfiability

distro-info cannot be cross built from source, because its python3-all
dependency cannot be installed for the host architecture. It's meant to
be run during build, so consider using python3-all:native instead. I'm
attaching a patch meant for forky for your convenience.

Helmut
diff -Nru distro-info-1.13/debian/changelog 
distro-info-1.13+nmu1/debian/changelog
--- distro-info-1.13/debian/changelog   2025-01-23 00:33:12.000000000 +0100
+++ distro-info-1.13+nmu1/debian/changelog      2025-06-20 13:41:59.000000000 
+0200
@@ -1,3 +1,10 @@
+distro-info (1.13+nmu1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Annotate python3-all dependency with :native. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Fri, 20 Jun 2025 13:41:59 +0200
+
 distro-info (1.13) unstable; urgency=medium
 
   [ Michael R. Crusoe ]
diff -Nru distro-info-1.13/debian/control distro-info-1.13+nmu1/debian/control
--- distro-info-1.13/debian/control     2025-01-23 00:33:12.000000000 +0100
+++ distro-info-1.13+nmu1/debian/control        2025-06-20 13:41:57.000000000 
+0200
@@ -8,7 +8,7 @@
                distro-info-data (>= 0.59~) <!nocheck>,
                mypy [!i386] <!nocheck>,
                pylint (>= 3.3.0) <!nocheck>,
-               python3-all,
+               python3-all:native,
                python3-flake8 <!nocheck>,
                python3-setuptools,
                python3-typeshed <!nocheck>,

Reply via email to