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 <pabelanger@redhat.com>
This commit is contained in:
parent
de24f25e58
commit
5d580eeac6
@ -3,6 +3,6 @@
|
|||||||
|
|
||||||
libffi-devel [platform:rpm]
|
libffi-devel [platform:rpm]
|
||||||
libffi-dev [platform:dpkg]
|
libffi-dev [platform:dpkg]
|
||||||
python-dev [platform:dpkg test]
|
python3-dev [platform:dpkg test]
|
||||||
python-devel [platform:rpm test]
|
python3-devel [platform:rpm test]
|
||||||
zookeeperd [platform:dpkg test]
|
zookeeperd [platform:dpkg test]
|
||||||
|
Loading…
Reference in New Issue
Block a user