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 /net/py-ec2instanceconnectcli/Makefile | |
| 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 'net/py-ec2instanceconnectcli/Makefile')
| -rw-r--r-- | net/py-ec2instanceconnectcli/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/py-ec2instanceconnectcli/Makefile b/net/py-ec2instanceconnectcli/Makefile index e5d31b5dd26..ba9f0a37f59 100644 --- a/net/py-ec2instanceconnectcli/Makefile +++ b/net/py-ec2instanceconnectcli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/09/11 17:11:22 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2022/10/19 13:56:31 nia Exp $ DISTNAME= ec2instanceconnectcli-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,6 @@ COMMENT= AWS EC2 Instance Connect Client LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-botocore>=1.12.179:../../net/py-botocore -DEPENDS+= ${PYPKGPREFIX}-cryptography>=0:../../security/py-cryptography PYTHON_VERSIONS_INCOMPATIBLE= 27 @@ -25,4 +24,6 @@ post-install: ${RM} ${DESTDIR}${PREFIX}/bin/*.cmd .include "../../lang/python/egg.mk" +PYTHON_VERSIONED_DEPENDENCIES+= cryptography +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" |
