]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
python: use pip instead of python setup.py
authorLoic Dachary <ldachary@redhat.com>
Thu, 11 Feb 2016 11:47:55 +0000 (18:47 +0700)
committerLoic Dachary <ldachary@redhat.com>
Fri, 12 Feb 2016 10:10:41 +0000 (17:10 +0700)
commitc1d8faad2664ce19689c071737ab2f1a78fc134f
tree4999192d01082dffacbeeb0ca4604f7fa2c50be0
parent63e671a979e1a81aaeffe8e8f43f4fb133ece76e
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>
src/ceph-detect-init/Makefile.am
src/ceph-disk/Makefile.am