pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jaraco.context



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 14 14:37:35 UTC 2022

Modified Files:
        pkgsrc/devel/py-jaraco.context: Makefile

Log Message:
py-jaraco.context: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-jaraco.context/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-jaraco.context/Makefile
diff -u pkgsrc/devel/py-jaraco.context/Makefile:1.1 pkgsrc/devel/py-jaraco.context/Makefile:1.2
--- pkgsrc/devel/py-jaraco.context/Makefile:1.1 Sun Nov  6 18:12:59 2022
+++ pkgsrc/devel/py-jaraco.context/Makefile     Mon Nov 14 14:37:35 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/11/06 18:12:59 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/14 14:37:35 wiz Exp $
 
 DISTNAME=      jaraco.context-4.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,8 @@ HOMEPAGE=     https://github.com/jaraco/jara
 COMMENT=       Context managers
 LICENSE=       mit
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index