From 33faecd25e8bd483985565be797d6bf668f5e8a2 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 8 Jul 2022 14:47:14 +0000 Subject: [PATCH] py-requests-ntlm: mark as not for python 2.x --- security/py-requests-ntlm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security/py-requests-ntlm/Makefile b/security/py-requests-ntlm/Makefile index cef233f15c04..cff7448ffa93 100644 --- a/security/py-requests-ntlm/Makefile +++ b/security/py-requests-ntlm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/04/21 11:00:01 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/07/08 14:47:14 wiz Exp $ DISTNAME= requests_ntlm-1.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} @@ -13,11 +13,11 @@ LICENSE= isc DEPENDS+= ${PYPKGPREFIX}-ntlm-auth>=1.0.2:../../security/py-ntlm-auth DEPENDS+= ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests +DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography -PYTHON_VERSIONED_DEPENDENCIES+= cryptography +PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_LANGUAGES= # none .include "../../lang/python/egg.mk" -.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk"