pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-trezor



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May 13 10:43:39 UTC 2025

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

Log Message:
py-trezor: remove upper bound on click so pkgsrc dependency resolution works

If I read it correctly, upstream now requires py-click-8, so if
this doesn't work, an update should fix it.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-trezor/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-trezor/Makefile
diff -u pkgsrc/security/py-trezor/Makefile:1.4 pkgsrc/security/py-trezor/Makefile:1.5
--- pkgsrc/security/py-trezor/Makefile:1.4      Mon Apr 14 05:21:21 2025
+++ pkgsrc/security/py-trezor/Makefile  Tue May 13 10:43:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/04/14 05:21:21 adam Exp $
+# $NetBSD: Makefile,v 1.5 2025/05/13 10:43:39 wiz Exp $
 
 DISTNAME=      trezor-0.13.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-ecdsa>=0.9:../../security/py-ecdsa
 DEPENDS+=      ${PYPKGPREFIX}-mnemonic>=0.20:../../devel/py-mnemonic
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.4.0:../../devel/py-requests
-DEPENDS+=      ${PYPKGPREFIX}-click>=7<8.2:../../devel/py-click
+DEPENDS+=      ${PYPKGPREFIX}-click>=7:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-libusb1>=1.6.4:../../devel/py-libusb1
 DEPENDS+=      ${PYPKGPREFIX}-construct>=2.9:../../devel/py-construct
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.7.1:../../devel/py-typing-extensions



Home | Main Index | Thread Index | Old Index