summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorAndy Clayton <q3aiml@gmail.com>2020-04-28 20:04:57 -0500
committerMartin Michlmayr <tbm@cyrius.com>2020-04-29 09:29:37 +0800
commitbb187b9130a21767aed4235a7d85e4dc40e748f4 (patch)
treeea0537579aa1e5235de920457bf7324424f85401 /acprep
parent1516ccdb456fdfdb51e528e83237d2a3fdbc8dc3 (diff)
downloadfork-ledger-bb187b9130a21767aed4235a7d85e4dc40e748f4.tar.gz
fork-ledger-bb187b9130a21767aed4235a7d85e4dc40e748f4.tar.bz2
fork-ledger-bb187b9130a21767aed4235a7d85e4dc40e748f4.zip
update macports dependencies for python 3
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',