From: Wei Liu Date: Wed, 13 Mar 2019 13:18:46 +0000 (+0000) Subject: travis: use python-dev instead of python2.7-dev X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b2c624b901b6a63890ac15f065f08c2561d43d76;p=people%2Fliuw%2Fxen.git travis: use python-dev instead of python2.7-dev Xen build should be using default python now. Signed-off-by: Wei Liu --- diff --git a/.travis.yml b/.travis.yml index 2266b4d22f..15ca9e9047 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ addons: - zlib1g-dev - libncurses5-dev - libssl-dev - - python2.7-dev + - python-dev - xorg-dev - uuid-dev - libyajl-dev