Skip to content

Commit

Permalink
Update to virtualenv==13.1.2
Browse files Browse the repository at this point in the history
When mock upgraded their setuptools deps, it broke dev time deps here
because Bang's setuptools come from the virtualenv specified in
devbootstrap.  By updating virtualenv, we get the newer setuptools and
mock installs correctly again.
  • Loading branch information
fr33jc committed Sep 3, 2015
1 parent 8825ad4 commit 946957f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devbootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#

VENV=virtualenv
VENV_VERSION=1.10.1
VENV_VERSION=13.1.2
VENV_SYS_VERSION=`virtualenv --version`
VENV_PY_URL=https://pypi.python.org/packages/source/v/virtualenv/virtualenv-${VENV_VERSION}.tar.gz

Expand Down

0 comments on commit 946957f

Please sign in to comment.