mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
Merge pull request #8680 from ceph/rm-distribute
tools: remove installation for distribute. It is no longer maintained Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
c2defeb2c0
@ -66,7 +66,7 @@ CentOS|Fedora|RedHatEnterpriseServer)
|
||||
$SUDO yum install subscription-manager
|
||||
$SUDO subscription-manager repos --enable=rhel-$MAJOR_VERSION-server-optional-rpms
|
||||
fi
|
||||
$SUDO yum-config-manager --add-repo https://dl.fedoraproject.org/pub/epel/$MAJOR_VERSION/x86_64/
|
||||
$SUDO yum-config-manager --add-repo https://dl.fedoraproject.org/pub/epel/$MAJOR_VERSION/x86_64/
|
||||
$SUDO yum install --nogpgcheck -y epel-release
|
||||
$SUDO rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-$MAJOR_VERSION
|
||||
$SUDO rm -f /etc/yum.repos.d/dl.fedoraproject.org*
|
||||
@ -92,8 +92,6 @@ function populate_wheelhouse() {
|
||||
local install=$1
|
||||
shift
|
||||
|
||||
# Ubuntu-12.04 and Python 2.7.3 require this line
|
||||
pip --timeout 300 $install 'distribute >= 0.7.3' || return 1
|
||||
# although pip comes with virtualenv, having a recent version
|
||||
# of pip matters when it comes to using wheel packages
|
||||
pip --timeout 300 $install 'setuptools >= 0.8' 'pip >= 7.0' 'wheel >= 0.24' || return 1
|
||||
|
@ -26,7 +26,7 @@ pip --log $DIR/log.txt install --upgrade 'pip >= 6.1'
|
||||
if test -d wheelhouse ; then
|
||||
export NO_INDEX=--no-index
|
||||
fi
|
||||
pip --log $DIR/log.txt install $NO_INDEX --use-wheel --find-links=file://$(pwd)/wheelhouse --upgrade distribute
|
||||
|
||||
pip --log $DIR/log.txt install $NO_INDEX --use-wheel --find-links=file://$(pwd)/wheelhouse 'tox >=1.9'
|
||||
if test -f requirements.txt ; then
|
||||
pip --log $DIR/log.txt install $NO_INDEX --use-wheel --find-links=file://$(pwd)/wheelhouse -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user