pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot-rock64 u-boot-rock64: requires python2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c5cd49036ba
branches:  trunk
changeset: 445310:6c5cd49036ba
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jan 19 18:54:51 2021 +0000

description:
u-boot-rock64: requires python2

diffstat:

 sysutils/u-boot-rock64/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 076f0ede967b -r 6c5cd49036ba sysutils/u-boot-rock64/Makefile
--- a/sysutils/u-boot-rock64/Makefile   Tue Jan 19 17:18:10 2021 +0000
+++ b/sysutils/u-boot-rock64/Makefile   Tue Jan 19 18:54:51 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/08/11 18:42:49 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2021/01/19 18:54:51 nia Exp $
 
 PKGREVISION=           6
 UBOOT_TARGET=          rock64
@@ -26,5 +26,8 @@
 REPLACE_PYTHON+=       tools/dtoc/dtoc.py
 PYTHON_FOR_BUILD_ONLY= yes
 
+# SyntaxError: Missing parentheses in call to 'print'. Did you mean print(result)?
+PYTHON_VERSIONS_ACCEPTED=      27
+
 .include "../../lang/python/application.mk"
 .include "../../sysutils/u-boot/u-boot-arm64.mk"



Home | Main Index | Thread Index | Old Index