pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: python is not a runtime dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc75a37ff6c2
branches:  trunk
changeset: 449978:fc75a37ff6c2
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Apr 08 15:23:31 2021 +0000

description:
qemu: python is not a runtime dependency

diffstat:

 emulators/qemu/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 9ac0c3c80949 -r fc75a37ff6c2 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Thu Apr 08 15:17:49 2021 +0000
+++ b/emulators/qemu/Makefile   Thu Apr 08 15:23:31 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.274 2021/04/08 15:17:49 nia Exp $
+# $NetBSD: Makefile,v 1.275 2021/04/08 15:23:31 nia Exp $
 
 DISTNAME=      qemu-5.2.0
 PKGREVISION=   6
@@ -149,6 +149,8 @@
 
 TEST_TARGET=           check
 
+PYTHON_FOR_BUILD_ONLY= tool
+
 post-extract:
        cp ${WRKDIR}/palcode-clipper ${WRKSRC}/pc-bios/palcode-clipper
        cp ${FILESDIR}/hw-mips-mipssim_virtio.c ${WRKSRC}/hw/mips/mipssim_virtio.c
@@ -182,7 +184,7 @@
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/tool.mk"
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index