From bb187b9130a21767aed4235a7d85e4dc40e748f4 Mon Sep 17 00:00:00 2001 From: Andy Clayton Date: Tue, 28 Apr 2020 20:04:57 -0500 Subject: update macports dependencies for python 3 --- acprep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'acprep') diff --git a/acprep b/acprep index 27b1f40e..af706140 100755 --- a/acprep +++ b/acprep @@ -57,7 +57,7 @@ class BoostInfo(object): return [ 'boost' ] if system in ['darwin-macports']: - return [ 'boost-jam', 'boost', '+python27' ] + return [ 'boost-jam', 'boost', '+python37' ] if system in ['centos']: return [ 'boost-devel' ] @@ -510,7 +510,7 @@ class PrepareBuild(CommandLineApp): packages = [ 'sudo', 'port', 'install', '-f', 'automake', 'autoconf', 'libtool', - 'python27', + 'python37', 'libiconv', 'zlib', 'gmp', 'mpfr', -- cgit v1.2.3