update dependencies for running the tests #909

Closed
wants to merge 2 commits into
from

Conversation

Projects
None yet
4 participants
Contributor

ChrisMacNaughton commented Nov 16, 2016

No description provided.

Thanks, I bumped into this just the other day.

Contributor

ChrisMacNaughton commented Nov 16, 2016

Hold off on this, still need something

@@ -83,7 +84,7 @@ e.g.; to update the list for 16.04,
Install the needed dependencies.
- sudo apt install build-essential python3-dev libapt-pkg-dev libsodium-dev gcc libffi-dev
+ sudo apt install libarchive13 python3-pip build-essential python3-dev libapt-pkg-dev libsodium-dev gcc libffi-dev squashfs-tools
@elopio

elopio Nov 16, 2016

Member

what about using sudo apt build-dep -y ./ so we don't have to update it every time?
The downside is that it requires the src apt repos.

@sergiusens

sergiusens Nov 16, 2016

Collaborator

No, that won't be future proof either; that was the way it was before; it will also install a bunch of python dependencies we don't want

@elopio elopio referenced this pull request Nov 16, 2016

Merged

Update HACKING.md #910

Collaborator

sergiusens commented Nov 16, 2016

I am closing this as #910 was a superset of this.
Thanks for the help.

@sergiusens sergiusens closed this Nov 16, 2016

Member

elopio commented Nov 16, 2016

I was curious to see what @ChrisMacNaughton was still needing, you ruined the suspense @sergiusens!

Collaborator

sergiusens commented Nov 16, 2016

@elopio it was squashfs-tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment