Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/mbedtls mbedtls: force python3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d791c40df0cc
branches:  trunk
changeset: 435412:d791c40df0cc
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 07 11:16:38 2020 +0000

description:
mbedtls: force python3

diffstat:

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

diffs (18 lines):

diff -r a81a18e9c056 -r d791c40df0cc security/mbedtls/Makefile
--- a/security/mbedtls/Makefile Tue Jul 07 11:16:10 2020 +0000
+++ b/security/mbedtls/Makefile Tue Jul 07 11:16:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/07/07 11:16:10 nia Exp $
+# $NetBSD: Makefile,v 1.18 2020/07/07 11:16:38 nia Exp $
 
 DISTNAME=      mbedtls-2.23.0
 CATEGORIES=    security
@@ -34,6 +34,8 @@
 
 PYTHON_FOR_BUILD_ONLY= tool
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 # Prefix bundled programs so they don't conflict with other packages
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${FIND} * -type f -exec \



Home | Main Index | Thread Index | Old Index