mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Fixed augeas error in travis build (closes: #771)
Installing libaugeas-dev package before pip install
This commit is contained in:
parent
93c151ab2b
commit
eed31ae7f5
@ -10,7 +10,7 @@ env:
|
||||
# Debian packages required
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get -y install augeas-tools python3-dev python3-gi
|
||||
- sudo apt-get -y install augeas-tools python3-dev python3-gi libaugeas-dev
|
||||
|
||||
# Command to install dependencies
|
||||
install:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user