.travis.yml should use python3-dev instead of python-dev

This commit is contained in:
Erica Portnoy 2020-06-17 12:26:11 -07:00
parent e12d4c95da
commit d2867e9485

View file

@ -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