File: 0001-trivial-ci-drop-python3-toml-for-Debian-and-Ubuntu.patch

package info (click to toggle)
fwupd 2.0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,096 kB
  • sloc: ansic: 267,854; python: 10,385; xml: 9,165; sh: 1,387; makefile: 162; cpp: 19; asm: 11; javascript: 9
file content (35 lines) | stat: -rw-r--r-- 1,168 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From 2eee151f6f721ac91201d14437d4cd11f33172cc Mon Sep 17 00:00:00 2001
From: "Mario Limonciello (AMD)" <superm1@kernel.org>
Date: Sun, 14 Sep 2025 23:43:44 -0500
Subject: [PATCH] trivial: ci: drop python3-toml for Debian and Ubuntu

They're no longer needed per https://wiki.debian.org/Python/Backports
Closes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1110022
---
 contrib/ci/dependencies.xml | 9 ---------
 1 file changed, 9 deletions(-)

Index: fwupd/contrib/ci/dependencies.xml
===================================================================
--- fwupd.orig/contrib/ci/dependencies.xml
+++ fwupd/contrib/ci/dependencies.xml
@@ -1465,19 +1465,10 @@
     </distro>
   </dependency>
   <dependency id="python3-toml">
-    <distro id="debian">
-      <control />
-      <package variant="x86_64" />
-      <package variant="i386" />
-    </distro>
     <distro id="fedora">
       <package variant="x86_64" />
       <package variant="aarch64" />
     </distro>
-    <distro id="ubuntu">
-      <package variant="x86_64" />
-      <package variant="aarch64" />
-    </distro>
   </dependency>
   <dependency id="python3-markdown">
     <distro id="centos">