pkgsrc-WIP-changes archive

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

py-libvirt: add missing py-expat build dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Sep 12 00:18:37 2021 +0200
Changeset:	232b8a6eeed46e380f7dfff2e7e4d60ed436a1f1

Modified Files:
	py-libvirt/Makefile

Log Message:
py-libvirt: add missing py-expat build dependency

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

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

diffstat:
 py-libvirt/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-libvirt/Makefile b/py-libvirt/Makefile
index 3a059e528b..b4b2deaee9 100644
--- a/py-libvirt/Makefile
+++ b/py-libvirt/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE=	https://libvirt.org/sources/python/
 COMMENT=	libvirt python library
 LICENSE=	gnu-lgpl-v2
 
+BUILD_DEPENDS+=	${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
 USE_TOOLS+=	pkg-config
 
 .include "../../wip/libvirt/buildlink3.mk"


Home | Main Index | Thread Index | Old Index