[Python-modules-team] Bug#960967: mark python3-soupsieve Multi-Arch: foreign

Helmut Grohne helmut at subdivi.de
Mon May 18 21:14:55 BST 2020


Package: python3-soupsieve
Version: 2.0-1
Tags: patch
User: debian-cross at lists.debian.org
Usertags: cross-satisfiability
Control: affects -1 + src:ariba src:beancount src:calibre src:ceph src:lxml src:opencv src:pandas src:qiskit-terra src:sunpy

The affected packages cannot satisfy their cross Build-Depends, because
they transitively Build-Depends on python3-soupsieve. In general,
Architecture: all packages can never satisfy cross Build-Depends unless
marked Multi-Arch: foreign or annotated :native. In the case of
python3-soupsieve, Multi-Arch: foreign is reasonable, because it is a
pure Python module without architecture-dependent dependencies. Please
consider applying the attached patch.

Helmut
-------------- next part --------------
diff --minimal -Nru soupsieve-2.0/debian/changelog soupsieve-2.0/debian/changelog
--- soupsieve-2.0/debian/changelog	2020-04-13 18:48:31.000000000 +0200
+++ soupsieve-2.0/debian/changelog	2020-05-18 17:25:11.000000000 +0200
@@ -1,3 +1,10 @@
+soupsieve (2.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Mark python3-soupsieve Multi-Arch: foreign. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Mon, 18 May 2020 17:25:11 +0200
+
 soupsieve (2.0-1) unstable; urgency=medium
 
   * New upstream release
diff --minimal -Nru soupsieve-2.0/debian/control soupsieve-2.0/debian/control
--- soupsieve-2.0/debian/control	2020-04-13 18:48:31.000000000 +0200
+++ soupsieve-2.0/debian/control	2020-05-18 17:25:10.000000000 +0200
@@ -20,6 +20,7 @@
 
 Package: python3-soupsieve
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, ${python3:Depends}
 Description: modern CSS selector implementation for BeautifulSoup (Python 3)
  Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4


More information about the Python-modules-team mailing list