pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cryptography



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May 12 22:02:05 UTC 2026

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

Log Message:
py-cryptography reqires openssl3, make it so

PR 60255 by riastradh


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/security/py-cryptography/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-cryptography/Makefile
diff -u pkgsrc/security/py-cryptography/Makefile:1.144 pkgsrc/security/py-cryptography/Makefile:1.145
--- pkgsrc/security/py-cryptography/Makefile:1.144      Fri May  8 10:03:20 2026
+++ pkgsrc/security/py-cryptography/Makefile    Tue May 12 22:02:05 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.144 2026/05/08 10:03:20 adam Exp $
+# $NetBSD: Makefile,v 1.145 2026/05/12 22:02:05 wiz Exp $
 
 DISTNAME=      cryptography-48.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -32,5 +32,6 @@ pre-build:
 .include "../../devel/py-maturin/tool.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../lang/rust/cargo.mk"
+BUILDLINK_API_DEPENDS.openssl+=        openssl>=3.0
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index