py-requests-ntlm: mark as not for python 2.x
This commit is contained in:
parent
6834126069
commit
33faecd25e
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue