pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/qemu7



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 07:48:35 UTC 2025

Modified Files:
        pkgsrc/emulators/qemu7: Makefile

Log Message:
qemu7: needs setuptools (to provide distutils)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/qemu7/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/qemu7/Makefile
diff -u pkgsrc/emulators/qemu7/Makefile:1.1 pkgsrc/emulators/qemu7/Makefile:1.2
--- pkgsrc/emulators/qemu7/Makefile:1.1 Sun Mar  2 12:45:45 2025
+++ pkgsrc/emulators/qemu7/Makefile     Wed Mar  5 07:48:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/03/02 12:45:45 nia Exp $
+# $NetBSD: Makefile,v 1.2 2025/03/05 07:48:35 wiz Exp $
 
 DISTNAME=      qemu-7.2.16
 CATEGORIES=    emulators
@@ -11,6 +11,7 @@ COMMENT=      Machine emulator and virtualize
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit AND modified-bsd
 
 TOOL_DEPENDS+= ninja-build-[0-9]*:../../devel/ninja-build
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
 USE_CURSES=            resize_term wide
 USE_LANGUAGES+=                c c++
@@ -21,8 +22,6 @@ HAS_CONFIGURE=                yes
 # https://github.com/qemu/qemu/commit/56208a0d473c6db263cc333c787ca48b502d72ab
 GCC_REQD+=             7
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 TOOL_DEPENDS+=         ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 TOOL_DEPENDS+=         ${PYPKGPREFIX}-sphinx-rtd-theme>=0.4.3:../../textproc/py-sphinx-rtd-theme
 CONFIGURE_ARGS+=       --sphinx-build=${PREFIX}/bin/sphinx-build-${PYVERSSUFFIX}



Home | Main Index | Thread Index | Old Index