summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2017-03-07 17:43:32 +0100
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2017-03-07 18:04:13 +0100
commit6d6919bdb24aaa3d0f9fc5ff0466da8dc2544c1f (patch)
treee5a7c63217c3e87b8d953159b09ba92ce37a7326
parent26944da6adc79a14783fee84112a0ae31cbf6d62 (diff)
downloadbcfg2-6d6919bdb24aaa3d0f9fc5ff0466da8dc2544c1f.tar.gz
bcfg2-6d6919bdb24aaa3d0f9fc5ff0466da8dc2544c1f.tar.bz2
bcfg2-6d6919bdb24aaa3d0f9fc5ff0466da8dc2544c1f.zip
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.
-rwxr-xr-xtestsuite/install.sh3
1 files changed, 1 insertions, 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