pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-crc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec 26 14:11:42 UTC 2025

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

Log Message:
py-crc: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-crc/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-crc/Makefile
diff -u pkgsrc/devel/py-crc/Makefile:1.1 pkgsrc/devel/py-crc/Makefile:1.2
--- pkgsrc/devel/py-crc/Makefile:1.1    Thu Dec 25 17:00:07 2025
+++ pkgsrc/devel/py-crc/Makefile        Fri Dec 26 14:11:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/12/25 17:00:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2025/12/26 14:11:42 wiz Exp $
 
 DISTNAME=      crc-7.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/Nicoretti/c
 COMMENT=       Pure Python CRC library
 LICENSE=       2-clause-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+
 USE_LANGUAGES= # none
 
 post-install:



Home | Main Index | Thread Index | Old Index