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

Commits on Feb 12, 2016

  1. python: use pip instead of python setup.py

    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>
    ldachary committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    c1d8faa View commit details
    Browse the repository at this point in the history
  2. ceph-disk,ceph-detect-init: clean the build directory

    b030d8f should have kept the build
    directory in .gitignore and the clean target. Re-adding.
    
    Signed-off-by: Loic Dachary <loic@dachary.org>
    ldachary committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    cd87bd4 View commit details
    Browse the repository at this point in the history