pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-homeassistant: Update to 0.06



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Jan 23 18:24:46 2024 -0500
Changeset:	7148b50dea4cfc9343f1bb36dee00fa5cec65edf

Modified Files:
	py-homeassistant/Makefile

Log Message:
py-homeassistant: Update to 0.06

Add onvif deps

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7148b50dea4cfc9343f1bb36dee00fa5cec65edf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-homeassistant/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-homeassistant/Makefile b/py-homeassistant/Makefile
index 2a4d75cb02..1f4501350c 100644
--- a/py-homeassistant/Makefile
+++ b/py-homeassistant/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	${PYPKGPREFIX}-homeassistant-0.05
+PKGNAME=	${PYPKGPREFIX}-homeassistant-0.06
 CATEGORIES=	meta-pkgs
 
 MAINTAINER=	gdt%NetBSD.org@localhost
@@ -88,6 +88,10 @@ DEPENDS+=	ffmpeg4-[0-9]*:../../multimedia/ffmpeg4
 # As with Pillow, just depend on the python module HA will build.
 DEPENDS+=	${PYPKGPREFIX}-nacl-[0-9]*:../../security/py-nacl
 
+# ONVIF needs onvif-zeep-async
+DEPENDS+=	libxml2-[0-9]*:../../textproc/libxml2
+DEPENDS+=	libxslt-[0-9]*:../../textproc/libxslt
+
 .include "../../mk/bsd.prefs.mk"
 
 ## NEEDED WORKAROUNDS


Home | Main Index | Thread Index | Old Index