Skip to content

Commit a5658a3

Browse files
authored
Merge pull request #2063 from AndreMiras/feature/fix_osx_build
virtualenv 20 breaks the osx build
2 parents 40ed06d + 8b3af95 commit a5658a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
install_reqs = [
2424
'appdirs', 'colorama>=0.3.3', 'jinja2', 'six',
2525
'enum34; python_version<"3.4"', 'sh>=1.10; sys_platform!="nt"',
26-
'pep517<0.7.0"', 'pytoml', 'virtualenv'
26+
'pep517<0.7.0"', 'pytoml', 'virtualenv<20'
2727
]
2828
# (pep517, pytoml and virtualenv are used by pythonpackage.py)
2929

0 commit comments

Comments
 (0)