mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-15 09:51:21 +00:00
travis: install configobj from Debian
plinth/actions/letsencrypt cannot refer to the configobj installed in the virtual environment as it uses /usr/bin/python3 Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
a9b5ac55cb
commit
7c2c18abfb
@ -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 libaugeas-dev
|
||||
- sudo apt-get -y install augeas-tools python3-dev python3-gi libaugeas-dev python3-configobj
|
||||
|
||||
# Command to install dependencies
|
||||
install:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user