pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-fido2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 22 12:43:36 UTC 2025

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

Log Message:
py-fido2: mark as broken on SunOS

NotImplementedError: System SunOS not supported


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-fido2/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-fido2/Makefile
diff -u pkgsrc/security/py-fido2/Makefile:1.10 pkgsrc/security/py-fido2/Makefile:1.11
--- pkgsrc/security/py-fido2/Makefile:1.10      Sat Jan 25 11:49:13 2025
+++ pkgsrc/security/py-fido2/Makefile   Tue Apr 22 12:43:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/01/25 11:49:13 adam Exp $
+# $NetBSD: Makefile,v 1.11 2025/04/22 12:43:36 wiz Exp $
 
 DISTNAME=      fido2-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,9 @@ DEPENDS+=     ${PYPKGPREFIX}-cryptography>=0
 # optional
 DEPENDS+=      ${PYPKGPREFIX}-scard>=2.0.0:../../devel/py-scard
 
+# as of 1.2.0
+# check fido2/hid/__init__.py for supported platforms
+BROKEN_ON_PLATFORM+=   SunOS-*-*
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index