Skip to content

Commit

Permalink
Merge branch 'rel_3.0.3' of github.com:SCons/scons into rel_3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbaddog committed Jan 8, 2019
2 parents 92fa238 + adb5864 commit b0f6adf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions bin/scons_dev_master.py
Expand Up @@ -42,6 +42,7 @@
'python-epydoc',
'rpm',
'tar',
'lynx'

# additional packages that Bill Deegan's web page suggests
#'docbook-to-man',
Expand Down Expand Up @@ -70,11 +71,12 @@
'bison',
'cssc',
'cvs',
'hg',
'flex',
'g++',
'gcc',
'gcj',
# not on ubuntu 18.04
# 'gcj',
# 'hg',
'ghostscript',
'm4',
'openssh-client',
Expand Down
2 changes: 1 addition & 1 deletion test/EnsureSConsVersion.py
Expand Up @@ -50,7 +50,7 @@

test.write('SConstruct', """\
env = Environment()
env.EnsureSConsVersion(3,0)
env.EnsureSConsVersion(4,0)
Exit(0)
""")

Expand Down

0 comments on commit b0f6adf

Please sign in to comment.