automation: use python-dev python2.7-dev in Debian and Ubuntu
authorWei Liu <wei.liu2@citrix.com>
Wed, 13 Mar 2019 13:54:46 +0000 (13:54 +0000)
committerWei Liu <wei.liu2@citrix.com>
Wed, 13 Mar 2019 15:01:36 +0000 (15:01 +0000)
commit49704b8d237ce1d141c9130dafeec6e37fbb39b6
tree1be811f59cff63df30421fe9c63cde22ab78cadb
parent85578ea686830d5dbfa7042b04d5282d363d5bda
automation: use python-dev python2.7-dev in Debian and Ubuntu

... instead of python2.7-dev.

We installed python2.7-dev because xen only worked with 2.7.

Installing python2.7-dev only gives python2.7-config, which causes
configure to fail because it wants python-config by default. Now xen
should work with 2.6 and above, we can install python-dev and let
distros pick the default python.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
automation/build/debian/jessie-i386.dockerfile
automation/build/debian/jessie.dockerfile
automation/build/debian/stretch-i386.dockerfile
automation/build/debian/stretch.dockerfile
automation/build/debian/unstable-arm64v8.dockerfile
automation/build/debian/unstable-i386.dockerfile
automation/build/debian/unstable.dockerfile
automation/build/ubuntu/bionic.dockerfile
automation/build/ubuntu/trusty.dockerfile
automation/build/ubuntu/xenial.dockerfile