From 218f315a0aa3d878bc1be82e73aaeb79eb15afb9 Mon Sep 17 00:00:00 2001 From: zeqi <16345439+ocean123455@user.noreply.gitee.com> Date: Fri, 14 Nov 2025 14:45:47 +0000 Subject: [PATCH] =?UTF-8?q?update=20debian/control.=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zeqi <16345439+ocean123455@user.noreply.gitee.com> --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 5bd4ff8..2a39136 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,8 @@ Depends: python3, pciutils, usbutils, - python3-pyqt6 + python3-pyqt6, + libdtkcore5-bin Description: 硬件信息查看工具 一个用于Linux系统的硬件信息查看器,支持查看CPU、内存、磁盘、网卡、 PCI设备、USB设备和显卡等硬件信息 -- Gitee