From 5d580eeac655f91e3f6b53a9d769883cbea5e73a Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 14 Feb 2018 12:19:16 -0500 Subject: [PATCH] Ensure only python3 is installed with bindep.txt We no longer support python2.7 for nodepool, we can be more specific and now only install python3 libraries. Change-Id: I2a149a4b075fd63f382ed6b4a2e89f2bb8545da5 Signed-off-by: Paul Belanger --- bindep.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index 51c1b57a4..bb2728b79 100644 --- a/bindep.txt +++ b/bindep.txt @@ -3,6 +3,6 @@ libffi-devel [platform:rpm] libffi-dev [platform:dpkg] -python-dev [platform:dpkg test] -python-devel [platform:rpm test] +python3-dev [platform:dpkg test] +python3-devel [platform:rpm test] zookeeperd [platform:dpkg test]