summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2017-03-28 17:02:20 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2017-05-04 16:27:54 +0200
commitb456b30113b0f5474f39415df7eaf0b2d08825f8 (patch)
tree455613d72df5b9da345f5eddb0e9ecab7d3cf47c
parent260ed3e5d8895bf74f7433b73c9e7c6e2fa9ee3b (diff)
downloadbcfg2-b456b30113b0f5474f39415df7eaf0b2d08825f8.tar.gz
bcfg2-b456b30113b0f5474f39415df7eaf0b2d08825f8.tar.bz2
bcfg2-b456b30113b0f5474f39415df7eaf0b2d08825f8.zip
travis-ci: New python-augeas version requires libaugeas-dev
The new python-augeas version builds a "C Foreign Function Interface" for libaugeas and do not load the library with dlopen at runtime anymore. So libaugeas-dev is required as build dependencies.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 118adc92b..dd8c9defd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ packages: &build_deps_optional
- swig
- libxml2-utils
- yum
- - libaugeas0
+ - libaugeas-dev
- augeas-lenses
- libacl1-dev
- libssl-dev