pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug  8 20:48:48 UTC 2025

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
qemu: depend on py-distlib since this explicitly checks for it

It was previously using the copy coming with pip, but pip doesn't
include that any longer.


To generate a diff of this commit:
cvs rdiff -u -r1.381 -r1.382 pkgsrc/emulators/qemu/Makefile

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

Modified files:

Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.381 pkgsrc/emulators/qemu/Makefile:1.382
--- pkgsrc/emulators/qemu/Makefile:1.381        Fri May 30 13:19:18 2025
+++ pkgsrc/emulators/qemu/Makefile      Fri Aug  8 20:48:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.381 2025/05/30 13:19:18 adam Exp $
+# $NetBSD: Makefile,v 1.382 2025/08/08 20:48:48 wiz Exp $
 
 .include "../../emulators/qemu/version.mk"
 
@@ -12,6 +12,7 @@ HOMEPAGE=     https://www.qemu.org/
 COMMENT=       Machine emulator and virtualizer
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit AND modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-distlib-[0-9]*:../../devel/py-distlib
 TOOL_DEPENDS+= meson-[0-9]*:../../devel/meson
 TOOL_DEPENDS+= ninja-build-[0-9]*:../../devel/ninja-build
 



Home | Main Index | Thread Index | Old Index