Skip to content

Commit

Permalink
Merge pull request #5 from ceph/wip-bootstrap-netifaces
Browse files Browse the repository at this point in the history
bootstrap: remove deprecated options to 'pip install'

Reviewed-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
cbodley committed Apr 5, 2018
2 parents c4f7bd0 + f902785 commit 051f839
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bootstrap
Expand Up @@ -35,8 +35,7 @@ virtualenv --no-site-packages --distribute virtualenv
# work-around change in pip 1.5
./virtualenv/bin/pip install setuptools==32.3.1

# Netifaces in non SSL external host.
./virtualenv/bin/pip install --allow-unverified netifaces --allow-external netifaces -r requirements.txt
./virtualenv/bin/pip install -r requirements.txt

# forbid setuptools from using the network because it'll try to use
# easy_install, and we really wanted pip; next line will fail if pip
Expand Down

0 comments on commit 051f839

Please sign in to comment.