[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 1/3] 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@xxxxxxxxxx> --- I already updated all docker images. I intend to commit this even without an ack from Doug. --- automation/build/debian/jessie-i386.dockerfile | 2 +- automation/build/debian/jessie.dockerfile | 2 +- automation/build/debian/stretch-i386.dockerfile | 2 +- automation/build/debian/stretch.dockerfile | 2 +- automation/build/debian/unstable-arm64v8.dockerfile | 2 +- automation/build/debian/unstable-i386.dockerfile | 2 +- automation/build/debian/unstable.dockerfile | 2 +- automation/build/ubuntu/bionic.dockerfile | 2 +- automation/build/ubuntu/trusty.dockerfile | 2 +- automation/build/ubuntu/xenial.dockerfile | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automation/build/debian/jessie-i386.dockerfile b/automation/build/debian/jessie-i386.dockerfile index 7a05004511..66a6abb381 100644 --- a/automation/build/debian/jessie-i386.dockerfile +++ b/automation/build/debian/jessie-i386.dockerfile @@ -17,7 +17,7 @@ RUN apt-get update && \ zlib1g-dev \ libncurses5-dev \ libssl-dev \ - python2.7-dev \ + python-dev \ xorg-dev \ uuid-dev \ libyajl-dev \ diff --git a/automation/build/debian/jessie.dockerfile b/automation/build/debian/jessie.dockerfile index bd04209f7f..1232b9e204 100644 --- a/automation/build/debian/jessie.dockerfile +++ b/automation/build/debian/jessie.dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && \ zlib1g-dev \ libncurses5-dev \ libssl-dev \ - python2.7-dev \ + python-dev \ xorg-dev \ uuid-dev \ libyajl-dev \ diff --git a/automation/build/debian/stretch-i386.dockerfile b/automation/build/debian/stretch-i386.dockerfile index 65247a474e..d2e96fafa7 100644 --- a/automation/build/debian/stretch-i386.dockerfile +++ b/automation/build/debian/stretch-i386.dockerfile @@ -17,7 +17,7 @@ RUN apt-get update && \ zlib1g-dev \ libncurses5-dev \ libssl-dev \ - python2.7-dev \ + python-dev \ xorg-dev \ uuid-dev \ libyajl-dev \ diff --git a/automation/build/debian/stretch.dockerfile b/automation/build/debian/stretch.dockerfile index 9be09c5377..daf8c9d384 100644 --- a/automation/build/debian/stretch.dockerfile +++ b/automation/build/debian/stretch.dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && \ zlib1g-dev \ libncurses5-dev \ libssl-dev \ - python2.7-dev \ + python-dev \ xorg-dev \ uuid-dev \ libyajl-dev \ diff --git a/automation/build/debian/unstable-arm64v8.dockerfile b/automation/build/debian/unstable-arm64v8.dockerfile index 57db46a4d1..c701777c8d 100644 --- a/automation/build/debian/unstable-arm64v8.dockerfile +++ b/automation/build/debian/unstable-arm64v8.dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && \ zlib1g-dev \ libncurses5-dev \ libssl-dev \ - python2.7-dev \ + python-dev \ xorg-dev \ uuid-dev \ libyajl-dev \ diff --git a/automation/build/debian/unstable-i386.dockerfile b/automation/build/debian/unstable-i386.dockerfile index ffb9f11daa..07df842240 100644 --- a/automation/build/debian/unstable-i386.dockerfile +++ b/automation/build/debian/unstable-i386.dockerfile @@ -17,7 +17,7 @@ RUN apt-get update && \ zlib1g-dev \ libncurses5-dev \ libssl-dev \ - python2.7-dev \ + python-dev \ xorg-dev \ uuid-dev \ libyajl-dev \ diff --git a/automation/build/debian/unstable.dockerfile b/automation/build/debian/unstable.dockerfile index 0ba0c056d8..7762cf97ab 100644 --- a/automation/build/debian/unstable.dockerfile +++ b/automation/build/debian/unstable.dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && \ zlib1g-dev \ libncurses5-dev \ libssl-dev \ - python2.7-dev \ + python-dev \ xorg-dev \ uuid-dev \ libyajl-dev \ diff --git a/automation/build/ubuntu/bionic.dockerfile b/automation/build/ubuntu/bionic.dockerfile index 8de67ef14e..8e6a5d581f 100644 --- a/automation/build/ubuntu/bionic.dockerfile +++ b/automation/build/ubuntu/bionic.dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && \ zlib1g-dev \ libncurses5-dev \ libssl-dev \ - python2.7-dev \ + python-dev \ xorg-dev \ uuid-dev \ libyajl-dev \ diff --git a/automation/build/ubuntu/trusty.dockerfile b/automation/build/ubuntu/trusty.dockerfile index 1d04bccbdf..d43d60c5f5 100644 --- a/automation/build/ubuntu/trusty.dockerfile +++ b/automation/build/ubuntu/trusty.dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && \ zlib1g-dev \ libncurses5-dev \ libssl-dev \ - python2.7-dev \ + python-dev \ xorg-dev \ uuid-dev \ libyajl-dev \ diff --git a/automation/build/ubuntu/xenial.dockerfile b/automation/build/ubuntu/xenial.dockerfile index 37869e39ed..66ddf15923 100644 --- a/automation/build/ubuntu/xenial.dockerfile +++ b/automation/build/ubuntu/xenial.dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && \ zlib1g-dev \ libncurses5-dev \ libssl-dev \ - python2.7-dev \ + python-dev \ xorg-dev \ uuid-dev \ libyajl-dev \ -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |