From 3ae0337fda133ff995b567f6ca67bf7b04467cd1 Mon Sep 17 00:00:00 2001
From: Jean-Michel Picod <jmichel@google.com>
Date: Thu, 6 Feb 2020 10:38:05 +0100
Subject: [PATCH] Install system python3-crcmod on Travis.

Python3-setuptools seems old and installing crcmod (dependency from
tockloader) from pip fails because of this. Installing from the system
package manager should solve the problem.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 7577b2d..5c7459e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,7 @@ addons:
       - "python3"
       - "python3-pip"
       - "python3-setuptools"
+      - "python3-crcmod"
 
 cache:
   - rust
-- 
GitLab