pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-oauth2client py-oauth2client: limit to pyt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3c370ab7fe2
branches:  trunk
changeset: 381748:e3c370ab7fe2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 12 09:08:27 2022 +0000

description:
py-oauth2client: limit to python 3

diffstat:

 security/py-oauth2client/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 807c1d1217bd -r e3c370ab7fe2 security/py-oauth2client/Makefile
--- a/security/py-oauth2client/Makefile Tue Jul 12 09:07:13 2022 +0000
+++ b/security/py-oauth2client/Makefile Tue Jul 12 09:08:27 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/01/04 20:54:43 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/07/12 09:08:27 wiz Exp $
 
 DISTNAME=      oauth2client-4.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,12 +14,12 @@
 DEPENDS+=      ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
 DEPENDS+=      ${PYPKGPREFIX}-asn1-modules-[0-9]*:../../security/py-asn1-modules
 DEPENDS+=      ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2
+DEPENDS+=      ${PYPKGPREFIX}-rsa-[0-9]*:../../security/py-rsa
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
-PYTHON_VERSIONED_DEPENDENCIES+=        rsa
+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