pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-requests-ntlm
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jul 8 14:47:14 UTC 2022
Modified Files:
pkgsrc/security/py-requests-ntlm: Makefile
Log Message:
py-requests-ntlm: mark as not for python 2.x
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-requests-ntlm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-requests-ntlm/Makefile
diff -u pkgsrc/security/py-requests-ntlm/Makefile:1.5 pkgsrc/security/py-requests-ntlm/Makefile:1.6
--- pkgsrc/security/py-requests-ntlm/Makefile:1.5 Thu Apr 21 11:00:01 2022
+++ pkgsrc/security/py-requests-ntlm/Makefile Fri Jul 8 14:47:14 2022
@@ -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"
Home |
Main Index |
Thread Index |
Old Index