From 6d6919bdb24aaa3d0f9fc5ff0466da8dc2544c1f Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 7 Mar 2017 17:43:32 +0100 Subject: testsuite: Use python-augeas from PyPI with pip fedorahosted.org was retired on March 1st, 2017. So we need to pull python-augeas from anywhere else, let's simply install it with pip from PyPI. --- testsuite/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testsuite/install.sh b/testsuite/install.sh index 1a9f0dcfc..4d8778ad7 100755 --- a/testsuite/install.sh +++ b/testsuite/install.sh @@ -17,8 +17,7 @@ if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then sudo apt-get install -y yum libaugeas0 augeas-lenses libacl1-dev libssl-dev \ python-gamin python-selinux - pip install PyYAML pyinotify boto pylibacl Jinja2 mercurial guppy cherrypy - easy_install https://fedorahosted.org/released/python-augeas/python-augeas-0.4.1.tar.gz + pip install PyYAML pyinotify boto pylibacl Jinja2 mercurial guppy cherrypy python-augeas if [[ ${PYVER:0:1} == "2" ]]; then pip install cheetah m2crypto -- cgit v1.2.3-1-g7c22