pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-kivy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 13 08:56:38 UTC 2024

Modified Files:
        pkgsrc/devel/py-kivy: Makefile

Log Message:
py-kivy: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-kivy/Makefile

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

Modified files:

Index: pkgsrc/devel/py-kivy/Makefile
diff -u pkgsrc/devel/py-kivy/Makefile:1.12 pkgsrc/devel/py-kivy/Makefile:1.13
--- pkgsrc/devel/py-kivy/Makefile:1.12  Sun Apr  7 07:33:50 2024
+++ pkgsrc/devel/py-kivy/Makefile       Sun Oct 13 08:56:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/04/07 07:33:50 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/10/13 08:56:38 wiz Exp $
 
 DISTNAME=      Kivy-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -18,6 +18,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 # For share/kivy-examples
 PYTHON_SELF_CONFLICT=  yes
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
 TOOL_DEPENDS+= ${PYPKGPREFIX}-kivy-garden-[0-9]*:../../devel/py-kivy-garden
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel



Home | Main Index | Thread Index | Old Index