diff options
author | nia <nia@pkgsrc.org> | 2022-10-19 13:56:31 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-10-19 13:56:31 +0000 |
commit | 1de0711008f0317974e28440fd678395694e3b22 (patch) | |
tree | 8d2cb3b6d655dcbaf1cdd9001b240e15794fcd75 /mail | |
parent | 08cdf3e5cbd41b86912094dc008d16bd9c4abe23 (diff) | |
download | pkgsrc-1de0711008f0317974e28440fd678395694e3b22.tar.gz |
fighting a losing battle against py-cryptography rustification, part 2
Switch users to versioned_dependencies.mk.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/py-postfix-mta-sts-resolver/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/py-postfix-mta-sts-resolver/Makefile b/mail/py-postfix-mta-sts-resolver/Makefile index dfd0c13aef1..41747e6e959 100644 --- a/mail/py-postfix-mta-sts-resolver/Makefile +++ b/mail/py-postfix-mta-sts-resolver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/08/19 20:36:48 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/10/19 13:56:31 nia Exp $ DISTNAME= postfix_mta_sts_resolver-1.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} @@ -10,7 +10,6 @@ HOMEPAGE= https://github.com/Snawoot/postfix-mta-sts-resolver COMMENT= Daemon providing TLS client policy for Postfix based on MTA-STS policy LICENSE= mit -BUILD_DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.6:../../security/py-cryptography BUILD_DEPENDS+= ${PYPKGPREFIX}-pylint>=0:../../devel/py-pylint BUILD_DEPENDS+= ${PYPKGPREFIX}-tox>=0:../../devel/py-tox BUILD_DEPENDS+= ${PYPKGPREFIX}-twine>=1.11.0:../../net/py-twine @@ -35,4 +34,6 @@ post-install: cd ${DESTDIR}${PREFIX}/bin && ${MV} mta-sts-query mta-sts-query-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/egg.mk" +PYTHON_VERSIONED_DEPENDENCIES+= cryptography:build +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" |