pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-rsa



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 16 18:49:36 UTC 2025

Modified Files:
        pkgsrc/security/py-rsa: Makefile

Log Message:
ipy-rsa: fix tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/py-rsa/Makefile

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

Modified files:

Index: pkgsrc/security/py-rsa/Makefile
diff -u pkgsrc/security/py-rsa/Makefile:1.16 pkgsrc/security/py-rsa/Makefile:1.17
--- pkgsrc/security/py-rsa/Makefile:1.16        Wed Apr 16 14:31:31 2025
+++ pkgsrc/security/py-rsa/Makefile     Wed Apr 16 18:49:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2025/04/16 14:31:31 adam Exp $
+# $NetBSD: Makefile,v 1.17 2025/04/16 18:49:36 wiz Exp $
 
 DISTNAME=      rsa-4.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/sybrenstuve
 COMMENT=       Pure-Python RSA implementation
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-asn1>=0.1.3:../../security/py-asn1
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index