Skip to content

Commit 16cb1e8

Browse files
committed
Upgrade virtualenv for bundled installers
The upgrade is needed due to the version of wheels pulled in. When pulling in PyYAML as a dependency, PyYAML tries to import a function from wheels that throws an IOError on some patched Ubuntu versions. The issue is similar to: pypa/pip#1074 Wheels has a fix or that bug and virtualenv pulls that version of wheels in so it should no longer be an issue.
1 parent 53854c1 commit 16cb1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make-bundle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ from contextlib import contextmanager
2424
# the installation process. It is *not* the deps required
2525
# by awscli/botocore.
2626
PACKAGE_VERSION = {
27-
'virtualenv': '13.0.3',
27+
'virtualenv': '15.1.0',
2828
# These packages are included because they are required for
2929
# python2.6, but our normal dependency downloading via pip
3030
# only works if you use python2.6. To fix this issue, we're

0 commit comments

Comments
 (0)