Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python: use pip instead of python setup.py #7605

Merged
merged 2 commits into from Feb 12, 2016
Merged

python: use pip instead of python setup.py #7605

merged 2 commits into from Feb 12, 2016

Conversation

ghost
Copy link

@ghost ghost commented Feb 11, 2016

python setup.py develop may try to pull dependencies from the net and
has no way to collect them from the wheelhouse that was populated by
install-deps.sh. Use pip install -e instead

Signed-off-by: Loic Dachary loic@dachary.org

@ghost
Copy link
Author

ghost commented Feb 11, 2016

In gitbuilders under wip-python-wheelhouse to verify leftovers

@tchaikov FYI

@ghost
Copy link
Author

ghost commented Feb 12, 2016

@ghost ghost assigned tchaikov and unassigned branch-predictor Feb 12, 2016
python setup.py develop may try to pull dependencies from the net and
has no way to collect them from the wheelhouse that was populated by
install-deps.sh. Use pip install -e instead

Signed-off-by: Loic Dachary <loic@dachary.org>
b030d8f should have kept the build
directory in .gitignore and the clean target. Re-adding.

Signed-off-by: Loic Dachary <loic@dachary.org>
tchaikov added a commit that referenced this pull request Feb 12, 2016
python: use pip instead of python setup.py

Reviewed-by: Kefu Chai <kchai@redhat.com>
@tchaikov tchaikov merged commit fb72714 into ceph:master Feb 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants