pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-google-reauth py-google-reauth: limit to p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/807c1d1217bd
branches:  trunk
changeset: 381747:807c1d1217bd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 12 09:07:13 2022 +0000

description:
py-google-reauth: limit to python 3

diffstat:

 security/py-google-reauth/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8d1e6732aa00 -r 807c1d1217bd security/py-google-reauth/Makefile
--- a/security/py-google-reauth/Makefile        Tue Jul 12 09:04:01 2022 +0000
+++ b/security/py-google-reauth/Makefile        Tue Jul 12 09:07:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/05/19 07:42:01 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/07/12 09:07:13 wiz Exp $
 
 DISTNAME=      google-reauth-0.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,5 +13,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-oauth2client>=2:../../security/py-oauth2client
 DEPENDS+=      ${PYPKGPREFIX}-u2f-[0-9]*:../../security/py-u2f
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index