summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2017-03-09 20:31:04 +0100
committerGitHub <noreply@github.com>2017-03-09 20:31:04 +0100
commitd8f3ee717dc163936eb3de3c0ce7658c6b042c6d (patch)
treee5a7c63217c3e87b8d953159b09ba92ce37a7326
parent26944da6adc79a14783fee84112a0ae31cbf6d62 (diff)
parent6d6919bdb24aaa3d0f9fc5ff0466da8dc2544c1f (diff)
downloadbcfg2-d8f3ee717dc163936eb3de3c0ce7658c6b042c6d.tar.gz
bcfg2-d8f3ee717dc163936eb3de3c0ce7658c6b042c6d.tar.bz2
bcfg2-d8f3ee717dc163936eb3de3c0ce7658c6b042c6d.zip
Merge pull request #380 from AlexanderS/fix/augeas-master
testsuite: Use python-augeas from PyPI with pip
-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