diff options
| author | gutteridge <gutteridge@pkgsrc.org> | 2022-07-09 18:18:00 +0000 |
|---|---|---|
| committer | gutteridge <gutteridge@pkgsrc.org> | 2022-07-09 18:18:00 +0000 |
| commit | 586fdd4ca27b326da1d4299c44debc14c7823880 (patch) | |
| tree | f15927017f662d8acd738baa754752f52ffd226d /security/py-cryptography | |
| parent | cd0cf13acc1dbc2ae6c9d48255d0dbec77f662cb (diff) | |
| download | pkgsrc-586fdd4ca27b326da1d4299c44debc14c7823880.tar.gz | |
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.
Diffstat (limited to 'security/py-cryptography')
| -rw-r--r-- | security/py-cryptography/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 0807e3b13a5..ef3c3fdd143 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -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 primitives for Python 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 |
