summaryrefslogtreecommitdiff
path: root/security/ca-certificates
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-10-19 13:56:31 +0000
committernia <nia@pkgsrc.org>2022-10-19 13:56:31 +0000
commit1de0711008f0317974e28440fd678395694e3b22 (patch)
tree8d2cb3b6d655dcbaf1cdd9001b240e15794fcd75 /security/ca-certificates
parent08cdf3e5cbd41b86912094dc008d16bd9c4abe23 (diff)
downloadpkgsrc-1de0711008f0317974e28440fd678395694e3b22.tar.gz
fighting a losing battle against py-cryptography rustification, part 2
Switch users to versioned_dependencies.mk.
Diffstat (limited to 'security/ca-certificates')
-rw-r--r--security/ca-certificates/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/ca-certificates/Makefile b/security/ca-certificates/Makefile
index 392866e93a3..1f1721a6abd 100644
--- a/security/ca-certificates/Makefile
+++ b/security/ca-certificates/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/07/17 02:58:32 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2022/10/19 13:56:32 nia Exp $
PKGNAME= ca-certificates-20211016
PKGREVISION= 4
@@ -12,10 +12,8 @@ HOMEPAGE= https://packages.debian.org/source/sid/ca-certificates
COMMENT= Root CA certificates from the Mozilla Project
LICENSE= gnu-gpl-v2 AND mpl-2.0
-BUILD_DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
-
NO_CONFIGURE= yes
-PYTHON_FOR_BUILD_ONLY= yes
+PYTHON_FOR_BUILD_ONLY= tool
PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_TOOLS= echo:run find:run ln:run openssl:run rm:run sed:run sort:run wc:run
@@ -86,4 +84,6 @@ post-install:
${DESTDIR}${EGDIR}/
.include "../../lang/python/tool.mk"
+PYTHON_VERSIONED_DEPENDENCIES+= cryptography:tool
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"