pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-crashtest



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 18 07:20:29 UTC 2026

Modified Files:
        pkgsrc/misc/py-crashtest: Makefile

Log Message:
py-crashtest: fix tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/py-crashtest/Makefile

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

Modified files:

Index: pkgsrc/misc/py-crashtest/Makefile
diff -u pkgsrc/misc/py-crashtest/Makefile:1.3 pkgsrc/misc/py-crashtest/Makefile:1.4
--- pkgsrc/misc/py-crashtest/Makefile:1.3       Wed Aug 12 12:08:24 2026
+++ pkgsrc/misc/py-crashtest/Makefile   Tue Aug 18 07:20:29 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2026/08/12 12:08:24 adam Exp $
+# $NetBSD: Makefile,v 1.4 2026/08/18 07:20:29 wiz Exp $
 
 DISTNAME=      crashtest-0.4.1
 PKGREVISION=   1
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/sdispater/c
 COMMENT=       Manage Python errors with ease
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index