From 2272b42e911aef13386590494d5b0eeb0bb23df5 Mon Sep 17 00:00:00 2001
From: Jim Klimov <jim@jimklimov.com>
Date: Sat, 18 Nov 2023 14:56:17 +0100
Subject: [PATCH] Fix nut-monitor-gui-py3qt5.p5m recipe (deps)

---
 components/sysutils/nut/Makefile                   |    2 +-
 components/sysutils/nut/nut-monitor-gui-py3qt5.p5m |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/components/sysutils/nut/Makefile b/components/sysutils/nut/Makefile
index 5bb6e6c..6a11cf1 100644
--- a/components/sysutils/nut/Makefile
+++ b/components/sysutils/nut/Makefile
@@ -20,7 +20,7 @@
 
 COMPONENT_NAME=	nut
 COMPONENT_VERSION=	2.8.1
-COMPONENT_REVISION=	1
+COMPONENT_REVISION=	2
 COMPONENT_SUMMARY=	Network UPS Tools (NUT)
 COMPONENT_DESCRIPTION=	Network UPS Tools (NUT) is a versatile power-device monitoring toolkit to facilitate safe shutdowns
 COMPONENT_SRC=	$(COMPONENT_NAME)-$(COMPONENT_VERSION)
diff --git a/components/sysutils/nut/nut-monitor-gui-py3qt5.p5m b/components/sysutils/nut/nut-monitor-gui-py3qt5.p5m
index 5abd2c2..6481e2a 100644
--- a/components/sysutils/nut/nut-monitor-gui-py3qt5.p5m
+++ b/components/sysutils/nut/nut-monitor-gui-py3qt5.p5m
@@ -27,6 +27,7 @@
 <transform dir path=usr/share/nut/nut-monitor/app/ui -> set group bin>
 
 depend fmri=$(COMPONENT_FMRI)/nut-monitor-gui-common@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) type=require
+depend fmri=library/python/pyqt5-sip type=require
 
 dir path=usr/share/nut/nut-monitor/app group=bin
 dir path=usr/share/nut/nut-monitor/app/ui group=bin

--
Gitblit v1.9.3