mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +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
|
# Debian packages required
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- 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
|
# Command to install dependencies
|
||||||
install:
|
install:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user