pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-importlib-resources
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 14 14:38:56 UTC 2022
Modified Files:
pkgsrc/devel/py-importlib-resources: Makefile
Log Message:
py-importlib-resources: add missing tool dependency
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-importlib-resources/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-importlib-resources/Makefile
diff -u pkgsrc/devel/py-importlib-resources/Makefile:1.12 pkgsrc/devel/py-importlib-resources/Makefile:1.13
--- pkgsrc/devel/py-importlib-resources/Makefile:1.12 Wed Oct 26 10:56:27 2022
+++ pkgsrc/devel/py-importlib-resources/Makefile Mon Nov 14 14:38:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/10/26 10:56:27 adam Exp $
+# $NetBSD: Makefile,v 1.13 2022/11/14 14:38:56 wiz Exp $
DISTNAME= importlib_resources-5.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -10,7 +10,8 @@ HOMEPAGE= https://importlib-resources.re
COMMENT= Read resources from Python packages
LICENSE= apache-2.0
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index