From d2867e94854bc6efd4e89f2f77765f8ebe8a4044 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 17 Jun 2020 12:26:11 -0700 Subject: [PATCH] .travis.yml should use python3-dev instead of python-dev --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 19e2eb0d1..70391e80a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -289,7 +289,7 @@ sudo: false addons: apt: packages: # Keep in sync with letsencrypt-auto-source/pieces/bootstrappers/deb_common.sh and Boulder. - - python-dev + - python3-dev - gcc - libaugeas0 - libssl-dev