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:   gutteridge
Date:           Sat Jul  9 18:18:00 UTC 2022

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

Log Message:
py-cryptography: fix Rust build dependency specification

As noted by Robert Swindells on pkgsrc-users@, we should not be directly
specifying lang/rust as a build dependency, as this will prevent builds
where rust-bin is preferred to select it accordingly. All this is
already handled in rust.mk, which is pulled in via cargo.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 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.87 pkgsrc/security/py-cryptography/Makefile:1.88
--- pkgsrc/security/py-cryptography/Makefile:1.87       Tue Jul  5 18:07:38 2022
+++ pkgsrc/security/py-cryptography/Makefile    Sat Jul  9 18:18:00 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2022/07/05 18:07:38 adam Exp $
+# $NetBSD: Makefile,v 1.88 2022/07/09 18:18:00 gutteridge Exp $
 
 DISTNAME=      cryptography-37.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,6 @@ COMMENT=      Cryptographic recipes and primi
 LICENSE=       apache-2.0 OR modified-bsd
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools-rust-[0-9]*:../../devel/py-setuptools-rust
-BUILD_DEPENDS+=        rust>=1.41:../../lang/rust
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.11.4:../../devel/py-cffi
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-cryptography_vectors-[0-9]*:../../security/py-cryptography_vectors



Home | Main Index | Thread Index | Old Index