summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep4
1 files changed, 2 insertions, 2 deletions
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',